Skip to content

Commit 04c27cd

Browse files
liubkobeefancohen
authored andcommitted
[docs] - Edit Fail code example for anchor-has-content rule (#206)
closing `</a>` tag is missing
1 parent 750b894 commit 04c27cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/anchor-has-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ return (
4949
### Fail
5050
```jsx
5151
<a />
52-
<a><TextWrapper aria-hidden />
52+
<a><TextWrapper aria-hidden /></a>
5353
```

0 commit comments

Comments
 (0)