From 12aba6193e07f7f353983d051cc96c59688db6ab Mon Sep 17 00:00:00 2001 From: warrenjokinen <110791849+warrenjokinen@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:12:07 -0600 Subject: [PATCH] docs: Fix minor typos in configuring-zed.md (#39048) Fixed numbering under heading Bottom Dock Layout Closes #ISSUE Release Notes: - N/A --- docs/src/configuring-zed.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 0eed4a71892effdb4176cda05778a561ce233bfd..39bb276f901e202342650d398877b9e7516c865a 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -66,13 +66,13 @@ Non-negative `float` values ## Bottom Dock Layout -- Description: Control the layout of the bottom dock, relative to the left and right docks +- Description: Control the layout of the bottom dock, relative to the left and right docks. - Setting: `bottom_dock_layout` - Default: `"contained"` **Options** -1. Contain the bottom dock, giving the full height of the window to the left and right docks +1. Contain the bottom dock, giving the full height of the window to the left and right docks. ```json { @@ -80,7 +80,7 @@ Non-negative `float` values } ``` -2. Give the bottom dock the full width of the window, truncating the left and right docks +2. Give the bottom dock the full width of the window, truncating the left and right docks. ```json { @@ -88,7 +88,7 @@ Non-negative `float` values } ``` -3. Left align the bottom dock, truncating the left dock and giving the right dock the full height of the window +3. Left align the bottom dock, truncating the left dock and giving the right dock the full height of the window. ```json { @@ -96,7 +96,7 @@ Non-negative `float` values } ``` -3. Right align the bottom dock, giving the left dock the full height of the window and truncating the right dock. +4. Right align the bottom dock, giving the left dock the full height of the window and truncating the right dock. ```json {