Skip to content

Commit 3ca18af

Browse files
authored
docs: Fix typo in configuring-zed.md (#18178)
Fix typo in `configuring-zed.md` Release Notes: - N/A
1 parent 4f227fd commit 3ca18af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/configuring-zed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@ List of `string` values
313313
"cursor_shape": "block"
314314
```
315315

316-
3. An underline that runs along the following character:
316+
3. An underscore that runs along the following character:
317317

318318
```json
319-
"cursor_shape": "underline"
319+
"cursor_shape": "underscore"
320320
```
321321

322322
4. An box drawn around the following character:

0 commit comments

Comments
 (0)