From 3fa3e2d89d78071e2563e7489425a3b1ff800ede Mon Sep 17 00:00:00 2001 From: Kenny John Jacob Date: Tue, 12 Jun 2018 05:23:18 +0530 Subject: [PATCH] Update add-plugin.md (#4620) Fixed some spacing --- src/plugins/add-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/add-plugin.md b/src/plugins/add-plugin.md index f72acbd9..c2cd1cc3 100644 --- a/src/plugins/add-plugin.md +++ b/src/plugins/add-plugin.md @@ -28,7 +28,7 @@ Here is an example of each `type` ```js // A contrived, but quite full example.... -export function SomePlugin( toolbox ) { +export function SomePlugin(toolbox) { const UPDATE_SOMETHING = "some_namespace_update_something" // strings just need to be uniuqe... see below