Skip to content

Commit 06932ac

Browse files
fix: invalid yaml
1 parent e4d9906 commit 06932ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

streamerbot/3.api/1.sub-actions/core/file-io/file-exists.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ parameters:
1414
variables:
1515
- name: fileExists
1616
type: bool
17-
description: `True` if the file exists, `False` if it doesn't.
17+
description: |
18+
`True` if the file exists, `False` if it doesn't.
1819
---

streamerbot/3.api/1.sub-actions/core/file-io/folder-exists.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ parameters:
1414
variables:
1515
- name: folderExists
1616
type: bool
17-
description: `True` if the folder exists, `False` if it doesn't.
17+
description: |
18+
`True` if the folder exists, `False` if it doesn't.
1819
---

0 commit comments

Comments
 (0)