Skip to content

Commit b81ac5e

Browse files
authored
Merge pull request #961 from akx/patch-1
Fix typo "ANSII"
2 parents c50cc84 + 4c4fc50 commit b81ac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/OUTPUTMODES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In `inline` mode, the first line of output will be directly shown in the command
2323

2424
Please note that long-running tasks generating a lot of partial data are not supported for `compact`, `silent`, and `inline` modes. For example, the `zip` command generates a lot of partial logs when compressing folders with many files. Scripts using `zip` won't work on `compact`, `silent`, and `inline`; but they will work in `fullOutput`. To make it work in the other modes you need to use the `zip -q` flag.
2525

26-
# ANSII Supported Colors 🎨
26+
# ANSI Supported Colors 🎨
2727

2828
We support colors for `inline` and `fullOutput` mode scripts for you to customize generated output by changing its background and foreground color.
2929

0 commit comments

Comments
 (0)