Skip to content

Commit 53f1af6

Browse files
authored
Minor typo fixes in event_player.md
1 parent 3eda96f commit 53f1af6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/config_players/event_player.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ event_player:
200200

201201
Note that as with other config players, event player can accept
202202
priorties for events to be posted. This can be useful in scenarios such
203-
as where a player variable must be updated prior to a condtional check,
203+
as where a player variable must be updated prior to a conditional check,
204204
so that they happen in the desired order.
205205

206206
``` yaml
207207
event_player:
208208
mode_dynamo_started:
209-
reset_pv_tokens_collected_to_0
209+
reset_pv_tokens_collected_to_0:
210210
priority: 50
211211
play_slide{current_player.pv_tokens_collected <= 5}:
212212
priority: 5
@@ -215,14 +215,12 @@ event_player:
215215

216216
## Usage in config files
217217

218-
In config files, the event player is used via the `event_player:`
219-
section.
218+
In config files, the event player is used via the `event_player:` section.
220219

221220
## Usage in shows
222221

223222
In shows, the event player is used via the `events:` section of a step.
224223

225224
## Config Options
226225

227-
See [event_player:](../config/event_player.md) for config
228-
details.
226+
See [event_player:](../config/event_player.md) for config details.

0 commit comments

Comments
 (0)