summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management/page-bundles.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/content-management/page-bundles.md')
-rw-r--r--docs/content/en/content-management/page-bundles.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/content-management/page-bundles.md b/docs/content/en/content-management/page-bundles.md
index 1c99d6a56..0d665759c 100644
--- a/docs/content/en/content-management/page-bundles.md
+++ b/docs/content/en/content-management/page-bundles.md
@@ -30,7 +30,7 @@ A Page Bundle can be one of:
| Layout type | `single` | `list` |
| Nesting | Does not allow nesting of more bundles under it | Allows nesting of leaf or branch bundles under it |
| Example | `content/posts/my-post/index.md` | `content/posts/_index.md` |
-| Content from non-index page files .. | Accessed only as page resources | Accessed only as regular pages |
+| Content from non-index page files... | Accessed only as page resources | Accessed only as regular pages |
## Leaf Bundles {#leaf-bundles}
@@ -51,7 +51,7 @@ content/
│ │ ├── image1.jpg
│ │ ├── image2.png
│ │ └── index.md
-│ └── my-another-post
+│ └── my-other-post
│    └── index.md
└── another-section
@@ -73,7 +73,7 @@ my-post
: This leaf bundle has the `index.md`, two other content
Markdown files and two image files.
-my-another-post
+my-other-post
: This leaf bundle has only the `index.md`.
another-leaf-bundle