Skip to content

Commit

Permalink
docs(config): slight rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger authored and vojtajina committed Jan 30, 2014
1 parent e316b71 commit ebefa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/05-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm install karma-<plugin name> --save-dev


## Loading Plugins
By default, Karma loads all NPM modules that are siblinks to it and their name matches `karma-*`.
By default, Karma loads all sibling NPM modules which names start with `karma-*`.

You can also explicitly list plugins you want to load via the `plugins` configuration setting. The configuration value can either be
a string (module name), which will be required by Karma, or an object (inlined plugin).
Expand Down

0 comments on commit ebefa3e

Please sign in to comment.