You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ All requests support the following two Syntax options where both `err` and `data
58
58
_Note that all response objects will supply both the original [obs-websocket][link-obswebsocket] response items in their original format (ex: `'response-item'`), but also camelCased (ex: `'responseItem'`) for convenience._
59
59
- RequestName must exactly match what is defined by the [`obs-websocket`][link-obswebsocket] plugin.
60
60
-`{args}` are optional. Note that both `request-type` and `message-id` will be bound automatically.
61
-
- To use callbacks instead of promises, use the `sendCallback` method insetad of `send`.
61
+
- To use callbacks instead of promises, use the `sendCallback` method instead of `send`.
0 commit comments