We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d326ab commit 90ebb64Copy full SHA for 90ebb64
docs/rules/jsx-no-target-blank.md
@@ -14,7 +14,7 @@ The following patterns are considered errors:
14
var Hello = <a target='_blank'></a>
15
```
16
17
-The following patterns are not considered erros:
+The following patterns are not considered errors:
18
19
```jsx
20
var Hello = <p target='_blank'></p>
0 commit comments