summaryrefslogtreecommitdiff
path: root/doc/user/project/pages/public_folder.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/pages/public_folder.md')
-rw-r--r--doc/user/project/pages/public_folder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/public_folder.md b/doc/user/project/pages/public_folder.md
index 8c9f1cbec86..751db136e34 100644
--- a/doc/user/project/pages/public_folder.md
+++ b/doc/user/project/pages/public_folder.md
@@ -17,7 +17,7 @@ for the following frameworks.
For Eleventy, you should do one of the following:
-- Add the `--output=public` flag in Eleventy's build commands, for example:
+- Add the `--output=public` flag in the Eleventy build commands, for example:
`npx @11ty/eleventy --input=path/to/sourcefiles --output=public`