Skip to content

Commit

Permalink
review: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inomdzhon committed Sep 16, 2024
1 parent 14751fb commit d91721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleguide/pages/platforms_and_themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const appearance = useAppearance();
> Стоит иметь ввиду, что некоторые компоненты делегируют цвет фона родителю выше, например, это
> компонент [Cell](#/Cell) и его производные.
>
> На примере [SimpleCell](#/SimpleCell) рассмотрим решение проблемы через допустимое определения
> На примере [SimpleCell](#/SimpleCell) рассмотрим решение проблемы через допустимое определение
> фона посредством `className` или `style`:
>
> ```jsx static
Expand Down

0 comments on commit d91721c

Please sign in to comment.