Update add-plugin.md (#4620)

Fixed some spacing
This commit is contained in:
Kenny John Jacob
2018-06-12 05:23:18 +05:30
committed by kyle
parent a2015ee08b
commit 3fa3e2d89d

View File

@@ -28,7 +28,7 @@ Here is an example of each `type`
```js ```js
// A contrived, but quite full example.... // 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 const UPDATE_SOMETHING = "some_namespace_update_something" // strings just need to be uniuqe... see below