Skip to content

Commit be772c2

Browse files
committed
docs: More user guide grammar improvements
1 parent 963542a commit be772c2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/documentation/docs/user-guide/concepts-and-architecture.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,10 @@ The [**Playout Gateway**](../for-developers/libraries.md#gateways) then picks up
175175

176176
The TSR then...
177177

178-
- Resolves the timeline, using the [timeline-library](https://github.com/SuperFlyTV/supertimeline)
179-
- Calculates new target-states for each relevant point in time
180-
- Maps the target-state to each playout device
181-
- Compares the target-states for each device with the currently-tracked-state and..
182-
- Generates commands to send to each device to account for the change
178+
- Resolves the timeline, using the [timeline-library](https://github.com/SuperFlyTV/supertimeline).
179+
- Calculates new target-states for each relevant point in time.
180+
- Maps the target-state to each playout device.
181+
- Compares the target-states for each device with the currently-tracked-state and generates commands to send to each device to account for the change.
183182
- Puts the commands on the queue and sends them to the devices at the correct time.
184183

185184
:::info

packages/documentation/docs/user-guide/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ Sofie features a modular ingest data-flow, allowing multiple types of input data
3737

3838
### Blueprints
3939

40-
The [Blueprints](concepts-and-architecture.md#blueprints) are plugins to _Sofie_, which allow for customization and tailor-made show designs.
40+
The [Blueprints](concepts-and-architecture#blueprints) are plugins to _Sofie_ which allow for customization and tailor-made show designs.
4141
The way these blueprints are created varies based on the characteristics of the input data (rundowns), the desired show design, and the specific devices being controlled.

0 commit comments

Comments
 (0)