diff --git a/Creating-Plugins.md b/Creating-Plugins.md index 3059581..89b16ce 100644 --- a/Creating-Plugins.md +++ b/Creating-Plugins.md @@ -274,7 +274,7 @@ Adds a listener for when the node is removed from the document body. *** #### `saveData(pluginName, key, data)` -Saved some `data` for plugin `pluginName` under `key` key. Gets saved in the plugins folder under `pluginName.config.json`. Data can be saved with [`loadData`](#loaddatapluginname-key). +Saved some `data` for plugin `pluginName` under `key` key. Gets saved in the plugins folder under `pluginName.config.json`.Saved data can be accessed with [`loadData`](#loaddatapluginname-key). |Parameter|Type|Description| |-|-|:-|