Skip to content

Commit 2c30e74

Browse files
CodeF53mochienya
andauthored
Correct modifier application description in prefixing.md (#574)
Co-authored-by: mochie <[email protected]>
1 parent 9f56933 commit 2c30e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli/prefixing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $ concurrently -c red,blue 'echo Hello there' 'echo General Kenobi!'
7979
- `yellow`
8080
</details>
8181

82-
Colors can take modifiers too. Several can be applied at once by prepending `.<modifier 1>.<modifier 2>` and so on.
82+
Colors can take modifiers too. Several can be applied at once by appending `.<modifier 1>.<modifier 2>` and so on.
8383

8484
```bash
8585
$ concurrently -c '#23de43.inverse,bold.blue.dim' 'echo Hello there' 'echo General Kenobi!'

0 commit comments

Comments
 (0)