doc: fix spelling error in feature flags

PR-URL: https://github.com/iojs/io.js/pull/1286
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Phillip Lamplugh 2015-03-27 10:16:32 -07:00 committed by Ben Noordhuis
parent a2ea16838f
commit dbccf8d3ed

View File

@ -81,7 +81,7 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false type: bool default: false
--harmony (enable all completed harmony features) --harmony (enable all completed harmony features)
type: bool default: false type: bool default: false
--harmony_shipping (enable all shipped harmony fetaures) --harmony_shipping (enable all shipped harmony features)
type: bool default: true type: bool default: true
--harmony_modules (enable "harmony modules (implies block scoping)" (in progress)) --harmony_modules (enable "harmony modules (implies block scoping)" (in progress))
type: bool default: false type: bool default: false