Skip to content

Commit 2928ae6

Browse files
committed
fix: correct name of response event in global settings documentation
1 parent a96f58d commit 2928ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/5_serverbound/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Used to get the settings value of an instance. When used, the OpenAction server
3030

3131
### setGlobalSettings
3232

33-
Used to set the plugin-wide global settings value. When used by the plugin, all property inspectors will receive a `didReceiveSettings` event, and vice versa.
33+
Used to set the plugin-wide global settings value. When used by the plugin, all property inspectors will receive a `didReceiveGlobalSettings` event, and vice versa.
3434

3535
**Sent by:** Plugin, Property inspector
3636

@@ -43,7 +43,7 @@ Used to set the plugin-wide global settings value. When used by the plugin, all
4343

4444
### getGlobalSettings
4545

46-
Used to get the plugin-wide global settings value. When used, the OpenAction server will respond with a `didReceiveSettings` event.
46+
Used to get the plugin-wide global settings value. When used, the OpenAction server will respond with a `didReceiveGlobalSettings` event.
4747

4848
**Sent by:** Plugin, Property inspector
4949

0 commit comments

Comments
 (0)