diff --git a/exampleSite/content/docs/guide/organize-files.md b/exampleSite/content/docs/guide/organize-files.md index e3a69662..84d0c7b1 100644 --- a/exampleSite/content/docs/guide/organize-files.md +++ b/exampleSite/content/docs/guide/organize-files.md @@ -112,7 +112,7 @@ Documentation > Guide > Foo Bar ### Hiding Breadcrumbs -You can hide breadcrumbs completely from a page by specfying `breadcrumbs: false` in its front matter: +You can hide breadcrumbs completely from a page by specifying `breadcrumbs: false` in its front matter: ```yaml {filename="content/docs/guide/organize-files.md"} --- diff --git a/layouts/shortcodes/include.html b/layouts/shortcodes/include.html index 2bfe6f6c..8bdf440f 100644 --- a/layouts/shortcodes/include.html +++ b/layouts/shortcodes/include.html @@ -5,7 +5,7 @@ You must call this shortcode using the {{% %}} notation. -@param {string} (postional parameter 0) The path to the page, relative to the content directory. +@param {string} (positional parameter 0) The path to the page, relative to the content directory. @returns template.HTML @example {{% include "functions/_common/glob-patterns" %}}