Skip to content

Commit eb31ee3

Browse files
committed
docs(configuration): Fix naming
1 parent 2b86136 commit eb31ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ session_name: My session
3838
windows:
3939
- window_name: Window 1
4040
panes:
41-
- shell_commands:
41+
- shell_command:
4242
- cmd: echo "pane 1"
43-
- shell_commands:
43+
- shell_command:
4444
- cmd: echo "pane 2"
4545
```
4646
@@ -91,7 +91,7 @@ Breaking down the basic configuration into sections:
9191
```yaml
9292
windows:
9393
panes:
94-
- shell_commands:
94+
- shell_command:
9595
- cmd: echo "pane 1 - cmd 1"
9696
# command options
9797
- cmd: echo "pane 1 - cmd 2"

0 commit comments

Comments
 (0)