diff --git a/docs/content/how-to-contribute/documentation-style-guide.md b/docs/content/how-to-contribute/documentation-style-guide.md index 93ef5c2dc0..a16794e6a3 100644 --- a/docs/content/how-to-contribute/documentation-style-guide.md +++ b/docs/content/how-to-contribute/documentation-style-guide.md @@ -113,7 +113,7 @@ the file and must be specified as a valid YAML set between triple-dashed lines. For every documentation file, the front matter should be immediately followed by the Apache License statement. For both language versions, this -block must be stated in US English and copied in the exact same words as inthe following example. +block must be stated in US English and copied in the exact same words as in the following example. ``` diff --git a/docs/layouts/partials/docs/footer.html b/docs/layouts/partials/docs/footer.html index 878db755ab..3f33e27579 100644 --- a/docs/layouts/partials/docs/footer.html +++ b/docs/layouts/partials/docs/footer.html @@ -34,7 +34,7 @@
  • {{ i18n "footer.license" }}
  • - + {{ $translations := dict }} {{ range .Site.Home.AllTranslations }} {{ $translations = merge $translations (dict .Language.Lang .) }} diff --git a/docs/layouts/partials/docs/simple-title.html b/docs/layouts/partials/docs/simple-title.html index b324d48184..b1a4cd2247 100644 --- a/docs/layouts/partials/docs/simple-title.html +++ b/docs/layouts/partials/docs/simple-title.html @@ -17,7 +17,7 @@ under the License. --> {{ $title := "" }} diff --git a/docs/layouts/shortcodes/docs_link.html b/docs/layouts/shortcodes/docs_link.html index 040501fc89..255a4e610c 100644 --- a/docs/layouts/shortcodes/docs_link.html +++ b/docs/layouts/shortcodes/docs_link.html @@ -19,7 +19,7 @@ Shortcode for linking to a file in the training repo github. This shortcode will automatically discover the repo and correct branch. - Parmeters: + Parameters: - file: The absolute path to the image file (required) - name: The rendered link name (required) */}} diff --git a/docs/layouts/shortcodes/external_link.html b/docs/layouts/shortcodes/external_link.html index 31a037a954..4bac801c3b 100644 --- a/docs/layouts/shortcodes/external_link.html +++ b/docs/layouts/shortcodes/external_link.html @@ -19,7 +19,7 @@ Shortcode for linking to a file in the training repo github. This shortcode will automatically discover the repo and correct branch. - Parmeters: + Parameters: - file: The absolute path to the image file (required) - name: The rendered link name (required) */}} diff --git a/docs/layouts/shortcodes/img.html b/docs/layouts/shortcodes/img.html index e0cd0a5174..a3bf28cb1c 100644 --- a/docs/layouts/shortcodes/img.html +++ b/docs/layouts/shortcodes/img.html @@ -21,7 +21,7 @@ because we can configure the HTML image tag properties. - Parmeters: + Parameters: - src: The absolute path to the image file (required) - alt: Image alt text (optional) - width: Image width (optional) diff --git a/docs/layouts/shortcodes/recent_posts.html b/docs/layouts/shortcodes/recent_posts.html index 550217daeb..fcf402233c 100644 --- a/docs/layouts/shortcodes/recent_posts.html +++ b/docs/layouts/shortcodes/recent_posts.html @@ -21,7 +21,7 @@ because we can configure the HTML image tag properties. - Parmeters: + Parameters: - src: The absolute path to the image file (required) - alt: Image alt text (optional) - width: Image width (optional)