Skip to content

Commit 309b040

Browse files
adamrhunterljharb
authored andcommittedOct 29, 2021
[Docs] anchor-has-content: add missing close / for jsx succeed example
1 parent ba1e312 commit 309b040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/rules/anchor-has-content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ return (
3939
### Succeed
4040
```jsx
4141
<a>Anchor Content!</a>
42-
<a><TextWrapper /><a>
42+
<a><TextWrapper /></a>
4343
<a dangerouslySetInnerHTML={{ __html: 'foo' }} />
4444
```
4545

0 commit comments

Comments
 (0)
Please sign in to comment.