Skip to content

Commit

Permalink
chore: address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 24, 2020
1 parent 4a73672 commit b042a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -1090,7 +1090,7 @@ By default, Mocha looks for a `package.json` in the current working directory or
> _New in Node.js v12.12.0_
If the [`--enable-source-maps`](https://nodejs.org/dist/latest-v12.x/docs/api/cli.html#cli_enable_source_maps) flag
is passed to Node.js, source-maps will be collected and used to provide accurate stack traces for transpiled code:
is passed to mocha, source maps will be collected and used to provide accurate stack traces for transpiled code:

```bash
Error: cool
Expand Down

0 comments on commit b042a0e

Please sign in to comment.