From 3ca18af40b8a7cb83d8303a8131e90ca997f09ca Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Sat, 21 Sep 2024 21:01:29 +0900 Subject: [PATCH] docs: Fix typo in `configuring-zed.md` (#18178) Fix typo in `configuring-zed.md` Release Notes: - N/A --- docs/src/configuring-zed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index de7433bf5d..7cc6a4a8cb 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -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: