diff --git a/docs/rules/valid-typeof.md b/docs/rules/valid-typeof.md index 60539eecbce2..2ce02b4906b2 100644 --- a/docs/rules/valid-typeof.md +++ b/docs/rules/valid-typeof.md @@ -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: