Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(contribute): transpose "however" and "it's" #11686

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/misc/contribute.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down