Skip to content

Commit

Permalink
Docs: Restore intentional spelling mistake (#10459)
Browse files Browse the repository at this point in the history
This was accidentally removed in #9965.
  • Loading branch information
Wilfred authored and platinumazure committed Jun 9, 2018
1 parent a9da57d commit b1895eb
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 b1895eb

Please sign in to comment.