diff --git a/locale/en/docs/es6.md b/locale/en/docs/es6.md index bd4604eb846ed..bd43cf3678e75 100644 --- a/locale/en/docs/es6.md +++ b/locale/en/docs/es6.md @@ -10,7 +10,7 @@ All ES6 features are split into three groups for **shipping**, **staged** and ** * All **shipping** features, which V8 considers stable are turned **on by default on Node.js** and do **NOT** require any kind of runtime flag. * **Staged** features, which are almost-completed features that are not considered stable by the V8 team, require a runtime flag: `--es_staging` (or its synonym, `--harmony`). -* **In progress** features can be activated individually by their respective harmony flag (e.g. `--harmony_modules`), although this is highly discouraged unless for testing purposes. +* **In progress** features can be activated individually by their respective harmony flag (e.g. `--harmony_destructuring`), although this is highly discouraged unless for testing purposes. ## Which ES6 features ship with Node.js by default (no runtime flag required)?