From e4f0c58395953c2e791c9b6c988490929c3564a8 Mon Sep 17 00:00:00 2001 From: Molly Exten <69611326+mollyexten@users.noreply.github.com> Date: Tue, 8 Apr 2025 11:06:45 -0400 Subject: [PATCH] Small documentation update for 09-collections.md (#9803) Merge pull request 9803 --- docs/_docs/step-by-step/09-collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/step-by-step/09-collections.md b/docs/_docs/step-by-step/09-collections.md index d7a33b15..194f1af9 100644 --- a/docs/_docs/step-by-step/09-collections.md +++ b/docs/_docs/step-by-step/09-collections.md @@ -57,7 +57,7 @@ Ted has been eating fruit since he was baby. Let's add a page which lists all the authors on the site. Jekyll makes the collection available at `site.authors`. -Create `staff.html` and iterate over `site.authors` to output all the staff: +Create `staff.html` in the root directory and iterate over `site.authors` to output all the staff: {% raw %} ```liquid