Skip to content

Commit 70c5b85

Browse files
fix: formatting
1 parent 1f98533 commit 70c5b85

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • streamerbot/3.api/1.sub-actions/core/logic

streamerbot/3.api/1.sub-actions/core/logic/switch.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ parameters:
2222
---
2323

2424
You can add any number of cases to a switch by right clicking on the `switch` Sub-Action and selecting "Add Case"
25+
2526
![Switch Sub-Action context menu showing "Add Case" option](assets/switch-add-case-context-menu.png)
2627

27-
You can add one or more values to a case. If any of the case's values match the `switch` input, that case will be run.
28+
You can add one or more values to a case. If any of the case's values match the `switch` input, that case will be executed.
29+
2830
![Add Case Dialogue](assets/switch-add-case-dialogue.png)
2931

3032
::note
31-
Only the first matching case will be run
32-
33-
If no cases match, the `default` case will be run
33+
Only the first matching case will be executed.
34+
- If no cases match, the `default` case will be executed.
3435
::

0 commit comments

Comments
 (0)