Skip to content

Commit

Permalink
Change "than" to "then"
Browse files Browse the repository at this point in the history
Fixed a typo.
  • Loading branch information
thynctank committed Jun 23, 2014
1 parent c071305 commit a465932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/05-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Make sure the Karma's tab is active. Browsers give inactive tabs only minimum CPU.

0 comments on commit a465932

Please sign in to comment.