Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
grammar
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
guybedford and Trott authored May 19, 2019
commit 9f570ed66b4fbed298a9df4a4f6a82b6204c2fc9
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ builtin properties on a subclass will throw in strict mode due to the ECMA-262
issue https://github.com/tc39/ecma262/pull/1307. This flag may still change
or be removed in the future.

To avoid these cases any builtin function overrides should be defined upfront:
To avoid these cases, any builtin function overrides should be defined upfront:

<!-- eslint-disable no-redeclare -->
```js
Expand Down