Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.


```
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/partials/docs/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<li>
<a href="https://www.apache.org/licenses/">{{ i18n "footer.license" }}</a>
</li>
<!-- merge languages into a single dictonary -->
<!-- merge languages into a single dictionary -->
{{ $translations := dict }}
{{ range .Site.Home.AllTranslations }}
{{ $translations = merge $translations (dict .Language.Lang .) }}
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/partials/docs/simple-title.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->
<!--
Partial to generate page name without sytling
Partial to generate page name without styling
from Title or File name. Accepts Page as context.
-->
{{ $title := "" }}
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/docs_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/}}
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/external_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/}}
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/img.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/recent_posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down