Skip to content

Commit

Permalink
docs(plugin): fix typo with inline plugin example.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanear committed Oct 13, 2015
1 parent 7aabcfe commit 0daf878
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 @@ -36,7 +36,7 @@ plugins: [
'karma-chrome-launcher'

// inlined plugins
{'framework:xyz', ['factory', factoryFn]},
{'framework:xyz': ['factory', factoryFn]},
require('./plugin-required-from-config')
]
```
Expand Down

0 comments on commit 0daf878

Please sign in to comment.