Skip to content

Commit 6bdc991

Browse files
authored
Fix JSX markdown syntax for HTML attributes section
1 parent e5b0851 commit 6bdc991

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)