Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Suggest by @juergba at mochajs#4164
  • Loading branch information
UlisesGascon committed Feb 2, 2020
1 parent cc20991 commit b63a2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Expand Up @@ -76,7 +76,7 @@ overrides:
- files:
- test/**/*.mjs
parserOptions:
ecmaVersion: 2017
ecmaVersion: 2018
sourceType: module

- files:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -98,7 +98,7 @@ or as a development dependency for your project:
$ npm install --save-dev mocha
```

> As of v7.0.0, Mocha requires Node.js v10.0.0 or newer.
> As of v8.0.0, Mocha requires Node.js v10.0.0 or newer.
## Getting Started

Expand Down

0 comments on commit b63a2ca

Please sign in to comment.