Skip to content

Commit f39d383

Browse files
authored
Fix comment syntax for HTML attributes section
Updated the comment syntax for the section header in the JSX markdown file.
1 parent 6bdc991 commit f39d383

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)