Skip to content

Commit 90ebb64

Browse files
Edward Brownlencioni
Edward Brown
authored andcommitted
Missing 'r' in 'errors' (jsx-eslint#759)
1 parent 9d326ab commit 90ebb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-no-target-blank.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following patterns are considered errors:
1414
var Hello = <a target='_blank'></a>
1515
```
1616

17-
The following patterns are not considered erros:
17+
The following patterns are not considered errors:
1818

1919
```jsx
2020
var Hello = <p target='_blank'></p>

0 commit comments

Comments
 (0)