Skip to content

Commit 8a7139d

Browse files
authored
Update src/content/learn/index.md
1 parent 24524ad commit 8a7139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function AboutPage() {
9696
9797
## Добавление стилей {/*adding-styles*/}
9898
99-
В React CSS-классы объявляются с помощью свойства `className`. Оно работает аналогично HTML-аттрибуту [`class`](https://developer.mozilla.org/ru-RU/docs/Web/HTML/Global_attributes/class):
99+
В React CSS-классы объявляются с помощью свойства `className`. Оно работает аналогично HTML-атрибуту [`class`](https://developer.mozilla.org/ru-RU/docs/Web/HTML/Global_attributes/class):
100100
101101
```js
102102
<img className="avatar" />

0 commit comments

Comments
 (0)