Skip to content

Commit

Permalink
Restore intentional spelling mistake
Browse files Browse the repository at this point in the history
This was accidentally removed in eslint#9965.
  • Loading branch information
Wilfred committed Jun 9, 2018
1 parent a9da57d commit 8a61df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/valid-typeof.md
Expand Up @@ -20,7 +20,7 @@ Examples of **incorrect** code for this rule:
typeof foo === "strnig"
typeof foo == "undefimed"
typeof bar != "nunber"
typeof bar !== "function"
typeof bar !== "fucntion"
```

Examples of **correct** code for this rule:
Expand Down

0 comments on commit 8a61df3

Please sign in to comment.