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.