diff --git a/content/en/methods/page/Path.md b/content/en/methods/page/Path.md index 39f124f19..5c78f8536 100644 --- a/content/en/methods/page/Path.md +++ b/content/en/methods/page/Path.md @@ -153,5 +153,5 @@ A key difference between these trees is the relative path from p1 to p2: - In the logical tree, the relative path is `p2` {{% note %}} -Rember to use the logical path when using any of the methods, functions, or shortcodes listed in the previous section. If you include a file extension or language identifier, Hugo will strip these values before finding the page in the logical tree. +Remember to use the logical path when using any of the methods, functions, or shortcodes listed in the previous section. If you include a file extension or language identifier, Hugo will strip these values before finding the page in the logical tree. {{% /note %}} diff --git a/content/en/templates/output-formats.md b/content/en/templates/output-formats.md index 8f685205c..91c44c833 100644 --- a/content/en/templates/output-formats.md +++ b/content/en/templates/output-formats.md @@ -114,7 +114,7 @@ path : (`string`) The path to the directory containing the published files, relative to the root of the publish directory. permalinkable -: (`bool`) If `true`, the [`Permalink`] and [`RelPermalink`] methods on a `Page` object return the rendering output format rather than main ouptut format ([see below](#link-to-output-formats)). Enabled by default for the `html` and `amp` output formats. Default is `false`. +: (`bool`) If `true`, the [`Permalink`] and [`RelPermalink`] methods on a `Page` object return the rendering output format rather than main output format ([see below](#link-to-output-formats)). Enabled by default for the `html` and `amp` output formats. Default is `false`. [`Permalink`]: /methods/page/permalink/ [`RelPermalink`]: /methods/page/relpermalink/ @@ -123,7 +123,7 @@ protocol : (`string`) The protocol (scheme) of the URL for this output format. For example, `https://` or `webcal://`. Default is the scheme of the `baseURL` parameter in your site configuration, typically `https://`. rel -: (`string`) If provided, you can assign this value to `rel` attributes in `link` elements when iterating over ouput formats in your templates. Default is `alternate`. +: (`string`) If provided, you can assign this value to `rel` attributes in `link` elements when iterating over output formats in your templates. Default is `alternate`. root : (`bool`) If `true`, files will be published to the root of the publish directory. Default is `false`.