Skip to content

Commit f655877

Browse files
committed
Fix typos in documentation
1 parent faf0866 commit f655877

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/docs/partials/introduction.md

Lines changed: 2 additions & 2 deletions
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

docs/generated/protocol.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"enumType": "EventSubscription",
55
"enumIdentifiers": [
66
{
7-
"description": "Subcription value used to disable all events.",
7+
"description": "Subscription value used to disable all events.",
88
"enumIdentifier": "None",
99
"rpcVersion": "1",
1010
"deprecated": false,
@@ -6710,4 +6710,4 @@
67106710
]
67116711
}
67126712
]
6713-
}
6713+
}

docs/generated/protocol.md

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

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

262262
**Data Keys:**
263263

@@ -1162,7 +1162,7 @@ The combination of request fields cannot be used to perform an action.
11621162

11631163
### EventSubscription::None
11641164

1165-
Subcription value used to disable all events.
1165+
Subscription value used to disable all events.
11661166

11671167
- Identifier Value: `0`
11681168
- Latest Supported RPC Version: `1`

0 commit comments

Comments
 (0)