We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5aaf3 commit aedae9dCopy full SHA for aedae9d
docs/rules/valid-typeof.md
@@ -20,7 +20,7 @@ Examples of **incorrect** code for this rule:
20
typeof foo === "strnig"
21
typeof foo == "undefimed"
22
typeof bar != "nunber"
23
-typeof bar !== "fucntion"
+typeof bar !== "function"
24
```
25
26
Examples of **correct** code for this rule:
0 commit comments