From a465932a0857ed63ea40f4efbd435bd50a7d0c51 Mon Sep 17 00:00:00 2001 From: Nick Carter Date: Mon, 23 Jun 2014 14:53:45 -0400 Subject: [PATCH] Change "than" to "then" Fixed a typo. --- docs/intro/05-troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.