Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhillip Lamplugh <phillip.lamplugh@gmail.com>2015-03-27 20:16:32 +0300
committerBen Noordhuis <info@bnoordhuis.nl>2015-03-27 20:37:17 +0300
commitdbccf8d3ed69f6b4ce17a616be780a891543403c (patch)
tree0822c94260603a3c8f06bdd6240eeba8088d0a60 /doc
parenta2ea16838ff7e5170387f6d08c85392eda843b29 (diff)
doc: fix spelling error in feature flags
PR-URL: https://github.com/iojs/io.js/pull/1286 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'doc')
-rw-r--r--doc/iojs.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/iojs.1 b/doc/iojs.1
index 57e8c2ed917..901f43aff50 100644
--- a/doc/iojs.1
+++ b/doc/iojs.1
@@ -81,7 +81,7 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false
--harmony (enable all completed harmony features)
type: bool default: false
- --harmony_shipping (enable all shipped harmony fetaures)
+ --harmony_shipping (enable all shipped harmony features)
type: bool default: true
--harmony_modules (enable "harmony modules (implies block scoping)" (in progress))
type: bool default: false