Skip to content

Commit aedae9d

Browse files
degtyarevmaksimaladdin-add
authored andcommittedNov 3, 2017
Docs: fix spelling in valid-typeof example (#9574)
1 parent 4c5aaf3 commit aedae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/rules/valid-typeof.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Examples of **incorrect** code for this rule:
2020
typeof foo === "strnig"
2121
typeof foo == "undefimed"
2222
typeof bar != "nunber"
23-
typeof bar !== "fucntion"
23+
typeof bar !== "function"
2424
```
2525

2626
Examples of **correct** code for this rule:

0 commit comments

Comments
 (0)
Please sign in to comment.