Skip to content

Commit

Permalink
Docs: Propose fix typo for function (#9965)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeis2497052 authored and ilyavolodin committed Feb 9, 2018
1 parent bf3d494 commit 777283b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/nodejs-api.md
Expand Up @@ -496,7 +496,7 @@ If the operation ends with a parsing error, you will get a single message for th
warningCount: 0,
fixableErrorCount: 0,
fixableWarningCount: 0,
source: "fucntion foo() {}"
source: "function foo() {}"
}
],
errorCount: 1,
Expand Down
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 777283b

Please sign in to comment.