Skip to content

Commit 7d8ec04

Browse files
committed
Fix typos in documentation
1 parent faf0866 commit 7d8ec04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/partials/introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ obs-websocket provides a feature-rich RPC communication protocol, giving access
3232
- Abstraction of identification, events, requests, and batch requests into dedicated message types
3333
- Conformity of request naming using similar terms like `Get`, `Set`, `Get[x]List`, `Start[x]`, `Toggle[x]`
3434
- Conformity of OBS data field names like `sourceName`, `sourceKind`, `sourceType`, `sceneName`, `sceneItemName`
35-
- Error code response system - integer corrosponds to type of error, with optional comment
35+
- Error code response system - integer corresponds to type of error, with optional comment
3636
- Possible support for multiple message encoding options: JSON and MessagePack
3737
- PubSub system - Allow clients to specify which events they do or don't want to receive from OBS
3838
- RPC versioning - Client and server negotiate the latest version of the obs-websocket protocol to communicate with.
@@ -255,7 +255,7 @@ Authentication is not required
255255

256256
- Sent from: obs-websocket
257257
- Sent to: All subscribed and identified clients
258-
- Description: An event coming from OBS has occured. Eg scene switched, source muted.
258+
- Description: An event coming from OBS has occurred. Eg scene switched, source muted.
259259

260260
**Data Keys:**
261261

0 commit comments

Comments
 (0)