From 7e4c9529ebd8895099b382b6c96452fdf575c3aa Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 18 Oct 2022 20:11:17 +0000 Subject: [PATCH] docs(ci): Update generated docs - bc18401 [skip ci] --- docs/generated/protocol.json | 2 +- docs/generated/protocol.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index baa1d97a..4a76c29f 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -2976,7 +2976,7 @@ "valueDescription": "Whether the output is active" }, { - "valueName": "ouputPaused", + "valueName": "outputPaused", "valueType": "Boolean", "valueDescription": "Whether the output is paused" }, diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 84874a2b..a9901bdd 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -4740,7 +4740,7 @@ Gets the status of the record output. | Name | Type | Description | | ---- | :---: | ----------- | | outputActive | Boolean | Whether the output is active | -| ouputPaused | Boolean | Whether the output is paused | +| outputPaused | Boolean | Whether the output is paused | | outputTimecode | String | Current formatted timecode string for the output | | outputDuration | Number | Current duration in milliseconds for the output | | outputBytes | Number | Number of bytes sent by the output |