Skip to content

Commit 959693f

Browse files
Update docs/troubleshooting/shell-integration.md
fix grammar Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 295b03f commit 959693f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting/shell-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Commit where version change was detected:
350350

351351
The second invocation shows phantom text `hange was detected:"` that was not part of the actual command output.
352352

353-
**Work-around:** If your model attempts this make sure you provide system instructions to ensure that it will not multiple commands across multiple lines, command should be chained like `echo a && echo b` and not as:
353+
**Work-around:** If your model attempts this make sure you provide system instructions to ensure that it does not split commands across multiple lines, command should be chained like `echo a && echo b` and not as:
354354
```sh
355355
echo a
356356
echo b # because this one will not provide output.

0 commit comments

Comments
 (0)