From eb929a3444736f7d2559e43f35e3c8f3b62aeee3 Mon Sep 17 00:00:00 2001 From: Dying <47161228+dyingg@users.noreply.github.com> Date: Mon, 13 May 2019 17:59:17 +0530 Subject: [PATCH] Updated Creating Plugins (markdown) --- Creating-Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| |-|-|:-|