From b354a5c1e1b40b854979ce3738d5e3eb44bfd4ea Mon Sep 17 00:00:00 2001 From: thatType Date: Wed, 22 Apr 2015 22:14:10 -0400 Subject: [PATCH] docs(contribute): transpose "however" and "it's" Transpose "however" and "it's" on line 156 for slightly better readability --- docs/content/misc/contribute.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index c4fcdd121b6a..b3f125f4dd63 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -153,7 +153,7 @@ grunt test:unit --browsers Opera,Firefox Note there should be _no spaces between browsers_. `Opera, Firefox` is INVALID. -During development it's however more productive to continuously run unit tests every time the source or test files +During development, however, it's more productive to continuously run unit tests every time the source or test files change. To execute tests in this mode run: 1. To start the Karma server, capture Chrome browser and run unit tests, run: