Skip to content

Commit

Permalink
Merge pull request #1623 from shanear/plugin-docfix
Browse files Browse the repository at this point in the history
docs(plugin): fix typo with inline plugin example.
  • Loading branch information
dignifiedquire committed Oct 13, 2015
2 parents 7aabcfe + 0daf878 commit 5acb6b0
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 5acb6b0

Please sign in to comment.