Skip to content

Commit a4b515c

Browse files
jwulfThe-Clockmaker
authored andcommitted
docs(readme): Minor spelling fix (obs-websocket-community-projects#169)
1 parent 56d5d0a commit a4b515c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ All requests support the following two Syntax options where both `err` and `data
5858
_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._
5959
- RequestName must exactly match what is defined by the [`obs-websocket`][link-obswebsocket] plugin.
6060
- `{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`.
6262

6363
```js
6464
// Promise API

0 commit comments

Comments
 (0)