From 2d827de072fae2ec50a5c0788351aecf7b3f5009 Mon Sep 17 00:00:00 2001 From: Kai Curry Date: Sun, 15 Apr 2018 17:22:39 -0400 Subject: [PATCH] SERVERPLUGINS s/pluging/plugin Removing an extra g. Changes pluging to plugin. --- SERVERPLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SERVERPLUGINS.md b/SERVERPLUGINS.md index 9ebfdfef7..f55c2c1f4 100644 --- a/SERVERPLUGINS.md +++ b/SERVERPLUGINS.md @@ -22,7 +22,7 @@ The module must export a single `function(app)` that must return an object with The schema and uiSchema values can be functions so that the values can be generated dynamically. -The schema value should be the structure of the plugin's configuration data as [JSON Schema](http://json-schema.org/). The pluging can call `restartPlugin()` to restart itself. The uiSchema value is used by the user interface to provide information on how the configuration form should rendered. [The uiSchema object](https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object) +The schema value should be the structure of the plugin's configuration data as [JSON Schema](http://json-schema.org/). The plugin can call `restartPlugin()` to restart itself. The uiSchema value is used by the user interface to provide information on how the configuration form should rendered. [The uiSchema object](https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object) `statusMessage` should return a shortish textual message describing the current status of the plugin, to be displayed in the plugin configuration UI.