From 534a527fe6a291da7bfeb407a7781b2304ec2e8a Mon Sep 17 00:00:00 2001 From: raoulb Date: Tue, 29 Jun 2021 17:47:39 +0200 Subject: [PATCH] Fix two typos (#1483) --- content/en/content-management/sections.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/content-management/sections.md b/content/en/content-management/sections.md index a97df3a3a..6806e342c 100644 --- a/content/en/content-management/sections.md +++ b/content/en/content-management/sections.md @@ -21,9 +21,9 @@ A **Section** is a collection of pages that gets defined based on the organization structure under the `content/` directory. By default, all the **first-level** directories under `content/` form their own -sections (**root sections**) provided they constitue [Branch Bundles][branch bundles]. +sections (**root sections**) provided they constitute [Branch Bundles][branch bundles]. Directories which are just [Leaf Bundles][leaf bundles] do *not* form -their own section, despite being first-level directories. +their own sections, despite being first-level directories. If a user needs to define a section `foo` at a deeper level, they need to create a directory named `foo` with an `_index.md` file (see [Branch Bundles][branch bundles]