Skip to content

Commit

Permalink
Docs: fix spelling in valid-typeof example (#9574)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimdegtyarev authored and aladdin-add committed Nov 3, 2017
1 parent 4c5aaf3 commit aedae9d
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 !== "fucntion"
typeof bar !== "function"
```

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

0 comments on commit aedae9d

Please sign in to comment.