Skip to content

Commit

Permalink
Merge pull request #726 from tychio/patch-1
Browse files Browse the repository at this point in the history
docs: fix a typo in plugins page.
  • Loading branch information
dignifiedquire committed Sep 28, 2013
2 parents 6af2c89 + 696372b commit 2576302
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 2576302

Please sign in to comment.