Skip to content

Commit

Permalink
docs(config): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattc41190 authored and dignifiedquire committed Mar 21, 2017
1 parent 01d6d4c commit 28e77e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/01-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ In order to serve you well, Karma needs to know about your project in order to t
and this is done via a configuration file. The easiest way to generate an initial configuration file
is by using the `karma init` command. This page lists all of the available configuration options.

Note: Most of the framework adapters, reporters, preprocessors and launchers needs to be loaded as [plugins].
Note: Most of the framework adapters, reporters, preprocessors and launchers need to be loaded as [plugins].


The Karma configuration file can be written in JavaScript, CoffeeScript, or TypeScript and is loaded as a regular Node.js module.
Expand Down

0 comments on commit 28e77e0

Please sign in to comment.