Skip to content

Commit

Permalink
docs: fix a typo in plugins page.
Browse files Browse the repository at this point in the history
docs: fix a typo in plugins page.
change 'chroma' to 'chrome'
  • Loading branch information
tychio committed Aug 29, 2013
1 parent 1e3c10b commit 696372b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/02-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Karma can be extended through plugins. A plugin is essentially an NPM module. Ty
- use NPM keywords `karma-plugin`, `karma-reporter`

## Launchers
- example plugins: [karma-chroma-launcher], [karma-sauce-launcher]
- example plugins: [karma-chrome-launcher], [karma-sauce-launcher]
- use naming convention is `karma-*-launcher`
- use NPM keywords `karma-plugin`, `karma-launcher`

Expand All @@ -32,7 +32,7 @@ Karma is assembled by Dependency Injection and a plugin is just an additional DI
[karma-requirejs]: https://github.com/karma-runner/karma-requirejs
[karma-growl-reporter]: https://github.com/karma-runner/karma-growl-reporter
[karma-junit-reporter]: https://github.com/karma-runner/karma-junit-reporter
[karma-chroma-launcher]: https://github.com/karma-runner/karma-chroma-launcher
[karma-chroma-launcher]: https://github.com/karma-runner/karma-chrome-launcher
[karma-sauce-launcher]: https://github.com/karma-runner/karma-sauce-launcher
[karma-coffee-preprocessor]: https://github.com/karma-runner/karma-coffee-preprocessor
[karma-ng-html2js-preprocessor]: https://github.com/karma-runner/karma-ng-html2js-preprocessor
Expand Down

0 comments on commit 696372b

Please # to comment.