From 0daf878eb6decc252ae96fa8737a000cf2ba56fd Mon Sep 17 00:00:00 2001 From: Shane Russell Date: Tue, 13 Oct 2015 10:31:28 -0700 Subject: [PATCH] docs(plugin): fix typo with inline plugin example. --- docs/config/05-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/05-plugins.md b/docs/config/05-plugins.md index 3c0bd79c1..6272fc80f 100644 --- a/docs/config/05-plugins.md +++ b/docs/config/05-plugins.md @@ -36,7 +36,7 @@ plugins: [ 'karma-chrome-launcher' // inlined plugins - {'framework:xyz', ['factory', factoryFn]}, + {'framework:xyz': ['factory', factoryFn]}, require('./plugin-required-from-config') ] ```