docs: Fix typo in configuring-zed.md
(#18178)
Fix typo in `configuring-zed.md` Release Notes: - N/A
This commit is contained in:
parent
4f227fd3bf
commit
3ca18af40b
1 changed files with 2 additions and 2 deletions
|
@ -313,10 +313,10 @@ List of `string` values
|
|||
"cursor_shape": "block"
|
||||
```
|
||||
|
||||
3. An underline that runs along the following character:
|
||||
3. An underscore that runs along the following character:
|
||||
|
||||
```json
|
||||
"cursor_shape": "underline"
|
||||
"cursor_shape": "underscore"
|
||||
```
|
||||
|
||||
4. An box drawn around the following character:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue