Skip to content

Commit e5b0851

Browse files
authored
Change heading from H3 to H2 in JSX markdown
1 parent 7dfd69b commit e5b0851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/writing-markup-with-jsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ For historical reasons, [`aria-*`](https://developer.mozilla.org/docs/Web/Access
224224
225225
226226
227-
### How React Handles HTML Attributes {/*how-react-handles-html-attributes*/}
227+
## How React Handles HTML Attributes {/*how-react-handles-html-attributes*/}
228228
229229
JSX looks a lot like HTML, but a few attributes work slightly differently because JSX maps to JavaScript and DOM properties. This short reference explains the common differences and shows examples you can copy.
230230

0 commit comments

Comments
 (0)