Fix typo for hook onDeviceRefreshEnd

cgb committed Feb 2, 2022 at 22:28 UTC 24109443233afe0c3def9a904c0d4b78564ec35f
1 file changed +2 -2
plugin_development.md
+2 -2
@@ -59,7 +59,7 @@ These are separated into the following categories depending on the type of funct
59 - Mesh Agent (Node), to introduce functionality to each agent
60
61 ### Web UI Hooks
62 -`onDeviceRefeshEnd`: called when a device is selected in the MeshCentral web interface
62 +`onDeviceRefreshEnd`: called when a device is selected in the MeshCentral web interface
63 `registerPluginTab`: callable when a device is selected in the MeshCentral web interface to register a new tab for plugin data, if required. Accepts an object, or function that returns an object, with the following properties: { tabId: "yourShortNameHere", tabTitle: "Your Display Name"}. A tab and div with the associated ID and title will be created for your use
64 `onDesktopDisconnect`: called when a remote desktop session is disconnected
65 `onWebUIStartupEnd`: called when the page has loaded for the first time after a login / refresh
@@ -89,4 +89,4 @@ Versioning your plugin correctly and consistently is essential to ensure users o
89 A changelog is highly recommended so that your users know what's changed since their last version.
90
91 ## Sample Plugin
92 -[MeshCentral-Sample](https://github.com/ryanblenis/MeshCentral-Sample) is a simple plugin that, upon disconnecting from remote desktop, prompts the user to enter a manual event (note), pre-filled in with the date and timestamp.
\ No newline at end of file
92 +[MeshCentral-Sample](https://github.com/ryanblenis/MeshCentral-Sample) is a simple plugin that, upon disconnecting from remote desktop, prompts the user to enter a manual event (note), pre-filled in with the date and timestamp.