Skip to content

Commit d779865

Browse files
authored
Merge pull request #1805 from ferhatelmas/patch-1
[Docs] Typo fixes in jsx-no-target-blank
2 parents ac10288 + 7c5b8c4 commit d779865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This rule aims to prevent user generated links from creating security vulerabili
1515

1616
There are two main options for the rule:
1717

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
18+
* `{"enforceDynamicLinks": "always"}` enforces the rule if the href is a dynamic link (default)
19+
* `{"enforceDynamicLinks": "never"}` does not enforce the rule if the href is a dynamic link
2020

2121

2222
### always (default)

0 commit comments

Comments
 (0)