Skip to content

Commit fc7bd4d

Browse files
authored
Fix typo (#5222)
1 parent dee6aed commit fc7bd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/content/learn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you have a lot of HTML to port to JSX, you can use an [online converter.](htt
9696
9797
## Adding styles {/*adding-styles*/}
9898
99-
In React, you specify a CSS class with `className`. It works the same way as HTML [`class`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class) attribute:
99+
In React, you specify a CSS class with `className`. It works the same way as the HTML [`class`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class) attribute:
100100
101101
```js
102102
<img className="avatar" />

0 commit comments

Comments
 (0)