From 265e2f557b4ed7f197b424a5f041a8a2a71b140e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lal?= Date: Wed, 13 Jan 2016 23:41:27 +0100 Subject: [PATCH] doc: fix typo in doc/node.1 PR-URL: https://github.com/nodejs/node/pull/4680 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/node.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/node.1 b/doc/node.1 index d6807f4f61d4a9..0f3933a58d5855 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -100,7 +100,7 @@ value to an empty string ("") disables persistent REPL history. 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 --legacy_const (legacy semantics for const in sloppy mode) type: bool default: true