Skip to content

Commit 92a4754

Browse files
authored
editor.md: Change "Set to true" to "Whether" (#14639)
1 parent d79cce4 commit 92a4754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/src/editor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
| `completion-timeout` | Time in milliseconds after typing a word character before completions are shown, set to 5 for instant. | `250` |
4444
| `preview-completion-insert` | Whether to apply completion item instantly when selected | `true` |
4545
| `completion-trigger-len` | The min-length of word under cursor to trigger autocompletion | `2` |
46-
| `completion-replace` | Set to `true` to make completions always replace the entire word and not just the part before the cursor | `false` |
46+
| `completion-replace` | Whether to make completions always replace the entire word and not just the part before the cursor | `false` |
4747
| `auto-info` | Whether to display info boxes | `true` |
48-
| `true-color` | Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative | `false` |
49-
| `undercurl` | Set to `true` to override automatic detection of terminal undercurl support in the event of a false negative | `false` |
48+
| `true-color` | Whether to override automatic detection of terminal truecolor support in the event of a false negative | `false` |
49+
| `undercurl` | Whether to override automatic detection of terminal undercurl support in the event of a false negative | `false` |
5050
| `rulers` | List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file | `[]` |
5151
| `bufferline` | Renders a line at the top of the editor displaying open buffers. Can be `always`, `never` or `multiple` (only shown if more than one buffer is in use) | `never` |
5252
| `color-modes` | Whether to color the mode indicator with different colors depending on the mode itself | `false` |

0 commit comments

Comments
 (0)