diff --git a/docs/intro/05-troubleshooting.md b/docs/intro/05-troubleshooting.md index fbd66dd65..203e2c14a 100644 --- a/docs/intro/05-troubleshooting.md +++ b/docs/intro/05-troubleshooting.md @@ -24,8 +24,8 @@ and Karma will display which files are preprocessed. ### I'm getting a `npm ERR! peerinvalid Peer` error. How can I fix that ? -Try to remove `karma` and `karma-*` modules from your `node_modules` first (for instance `rm -rf /usr/local/lib/node_modules/karma-*`), than install Karma again. +Try to remove `karma` and `karma-*` modules from your `node_modules` first (for instance `rm -rf /usr/local/lib/node_modules/karma-*`), then install Karma again. ### My tests are running really slow. What's going on? -Make sure the Karma's tab is active. Browsers give inactive tabs only minimum CPU. \ No newline at end of file +Make sure the Karma's tab is active. Browsers give inactive tabs only minimum CPU.