From 6d3683f9d33f9d60b87a78217acb9e89e978533a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 9 Jan 2025 12:41:44 -0500 Subject: [PATCH] Update docs --- 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 ff5ac26bfe073e..ede2717cb9545a 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -2320,11 +2320,11 @@ Run the `theme selector: toggle` action in the command palette to see a current } ``` -2. Compact entry spacing +2. Standard entry spacing ```json { - "entry_spacing": "compact" + "entry_spacing": "standard" } ```