We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56933 commit 2c30e74Copy full SHA for 2c30e74
docs/cli/prefixing.md
@@ -79,7 +79,7 @@ $ concurrently -c red,blue 'echo Hello there' 'echo General Kenobi!'
79
- `yellow`
80
</details>
81
82
-Colors can take modifiers too. Several can be applied at once by prepending `.<modifier 1>.<modifier 2>` and so on.
+Colors can take modifiers too. Several can be applied at once by appending `.<modifier 1>.<modifier 2>` and so on.
83
84
```bash
85
$ concurrently -c '#23de43.inverse,bold.blue.dim' 'echo Hello there' 'echo General Kenobi!'
0 commit comments