diff --git a/pages/lesson-1/chapter-3.ru.mdx b/pages/lesson-1/chapter-3.ru.mdx index 8473de9..48cd2a8 100644 --- a/pages/lesson-1/chapter-3.ru.mdx +++ b/pages/lesson-1/chapter-3.ru.mdx @@ -320,7 +320,7 @@ export const Button = ( Подробнее про типизацию полиморфных компонентов можно почитать [вот тут](https://itnext.io/react-polymorphic-components-with-typescript-f7ce72ea7af2). -### Коммитим изменения +## Коммитим изменения ```bash filename="Terminal" git add . && git commit -m "add polymorphic button"