mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
Fix typos in docs (#4540)
This commit is contained in:
parent
bf5b463c0d
commit
0a3cf8ba11
2 changed files with 2 additions and 2 deletions
|
@ -371,5 +371,5 @@ Ruff's color output is powered by the [`colored`](https://crates.io/crates/color
|
|||
attempts to automatically detect whether the output stream supports color. However, you can force
|
||||
colors off by setting the `NO_COLOR` environment variable to any value (e.g., `NO_COLOR=1`).
|
||||
|
||||
[`colored`](https://crates.io/crates/colored) also supports the the `CLICOLOR` and `CLICOLOR_FORCE`
|
||||
[`colored`](https://crates.io/crates/colored) also supports the `CLICOLOR` and `CLICOLOR_FORCE`
|
||||
environment variables (see the [spec](https://bixense.com/clicolors/)).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue