From dbccf8d3ed69f6b4ce17a616be780a891543403c Mon Sep 17 00:00:00 2001 From: Phillip Lamplugh Date: Fri, 27 Mar 2015 10:16:32 -0700 Subject: [PATCH] doc: fix spelling error in feature flags PR-URL: https://github.com/iojs/io.js/pull/1286 Reviewed-By: Ben Noordhuis --- doc/iojs.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/iojs.1 b/doc/iojs.1 index 57e8c2ed91733d..901f43aff50204 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