From 8dd7c2cddf51a167a3ddf6530bd92c023c52c65a Mon Sep 17 00:00:00 2001 From: "Andrei N. Onea" <34586490+andreinonea@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:37:32 +0300 Subject: [PATCH] Fix typo in show_whitespaces docs in default setting (#13735) Release Notes: - N/A --- assets/settings/default.json | 6 +++--- docs/src/configuring-zed.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 3078b5f28e..21768fb0fa 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -162,11 +162,11 @@ // 1. Draw tabs and spaces only for the selected text (default): // "selection" // 2. Do not draw any tabs or spaces: - // "none" + // "none" // 3. Draw all invisible symbols: - // "all" + // "all" // 4. Draw whitespaces at boundaries only: - // "boundaries" + // "boundary" // For a whitespace to be on a boundary, any of the following conditions need to be met: // - It is a tab // - It is adjacent to an edge (start or end) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 861956022c..aca6e8b77c 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -1123,7 +1123,7 @@ These values take in the same options as the root-level settings with the same n 1. `all` 2. `selection` 3. `none` -4. `boundaries` +4. `boundary` ## Soft Wrap