From 9334faa5e389251b74cafff59bc3be9d4bb509ee Mon Sep 17 00:00:00 2001 From: Gerd Jungbluth Date: Sat, 14 Dec 2019 20:05:29 +0100 Subject: [PATCH] fix(docs): fix some typos refs #755 --- docs/src/commands/new.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/commands/new.md b/docs/src/commands/new.md index 42246da..28ffb70 100644 --- a/docs/src/commands/new.md +++ b/docs/src/commands/new.md @@ -40,8 +40,8 @@ The `wasm-pack new` command can be given an optional mode argument, e.g.: wasm-pack new myproject --mode noinstall ``` -The mode pass can be either "normal", "noinstall", or "force". "normal is passed by -degault. +The mode passed can be either "normal", "noinstall", or "force". "normal" is passed by +default. `noinstall` means that wasm-pack should not attempt to install any underlying tools. If a necessary tool cannot be found, the command will error.