chapter 3 /ru fix commit heading

This commit is contained in:
andres
2023-06-24 15:44:37 +02:00
parent 25cadffe32
commit ee55b769e0

View File

@@ -320,7 +320,7 @@ export const Button = <T extends ElementType = 'button'>(
Подробнее про типизацию полиморфных компонентов можно почитать [вот тут](https://itnext.io/react-polymorphic-components-with-typescript-f7ce72ea7af2).
### Коммитим изменения
## Коммитим изменения
```bash filename="Terminal"
git add . && git commit -m "add polymorphic button"