Fix a typo in docs/editors/settings.md (#12614)

Diff:

```diff
-- `false: Same as`off\`
+- `false`: Same as `off`
```
This commit is contained in:
InSync 2024-08-01 23:23:55 +07:00 committed by GitHub
parent a3e67abf4c
commit 2e2b1b460f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -713,7 +713,7 @@ automatically decide between the two based on the Ruff version and extension set
1. If the Ruff version is \< `0.5.3`, use [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp). A
warning will be displayed if settings specific to the native server are detected.
- `true`: Same as `on`
- `false: Same as`off\`
- `false`: Same as `off`
**Default value**: `"auto"`