fix(docs): fix some typos

refs #755
master
Gerd Jungbluth 5 years ago
parent 7d85e13d52
commit 9334faa5e3
  1. 4
      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 wasm-pack new myproject --mode noinstall
``` ```
The mode pass can be either "normal", "noinstall", or "force". "normal is passed by The mode passed can be either "normal", "noinstall", or "force". "normal" is passed by
degault. default.
`noinstall` means that wasm-pack should not attempt to install any underlying tools. `noinstall` means that wasm-pack should not attempt to install any underlying tools.
If a necessary tool cannot be found, the command will error. If a necessary tool cannot be found, the command will error.

Loading…
Cancel
Save