We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac10288 + 7c5b8c4 commit d779865Copy full SHA for d779865
docs/rules/jsx-no-target-blank.md
@@ -15,8 +15,8 @@ This rule aims to prevent user generated links from creating security vulerabili
15
16
There are two main options for the rule:
17
18
-* `{"enforceDynamicLinks": "always"}` enforces the rule if the href is a dyanamic link (default)
19
-* `{"enforceDynamicLinks": "never"}` does not enforce the rule if the href is a dyamic link
+* `{"enforceDynamicLinks": "always"}` enforces the rule if the href is a dynamic link (default)
+* `{"enforceDynamicLinks": "never"}` does not enforce the rule if the href is a dynamic link
20
21
22
### always (default)
0 commit comments