Skip to content

Commit

Permalink
[Docs] anchor-has-content: add missing close / for jsx succeed example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrhunter authored and ljharb committed Oct 29, 2021
1 parent ba1e312 commit 309b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/anchor-has-content.md
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 309b040

Please sign in to comment.