Skip to content

Commit

Permalink
add missing close / for jsx succeed example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrhunter committed Oct 29, 2021
1 parent ba1e312 commit 638625b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/anchor-has-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ return (
### Succeed
```jsx
<a>Anchor Content!</a>
<a><TextWrapper /><a>
<a><TextWrapper /></a>
<a dangerouslySetInnerHTML={{ __html: 'foo' }} />
```

Expand Down

0 comments on commit 638625b

Please sign in to comment.