Skip to content

Commit

Permalink
Merge pull request #1805 from ferhatelmas/patch-1
Browse files Browse the repository at this point in the history
[Docs] Typo fixes in jsx-no-target-blank
  • Loading branch information
ljharb committed Jun 4, 2018
2 parents ac10288 + 7c5b8c4 commit d779865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/jsx-no-target-blank.md
Expand Up @@ -15,8 +15,8 @@ This rule aims to prevent user generated links from creating security vulerabili

There are two main options for the rule:

* `{"enforceDynamicLinks": "always"}` enforces the rule if the href is a dyanamic link (default)
* `{"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


### always (default)
Expand Down

0 comments on commit d779865

Please sign in to comment.