This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 999ef050c5 [hotfix] Fix typos in documentation source and templates
999ef050c5 is described below
commit 999ef050c529ead037665752ad0880ad37e9b517
Author: Purushottam Sinha <[email protected]>
AuthorDate: Mon Jun 29 21:21:23 2026 +0530
[hotfix] Fix typos in documentation source and templates
---
docs/content/how-to-contribute/documentation-style-guide.md | 2 +-
docs/layouts/partials/docs/footer.html | 2 +-
docs/layouts/partials/docs/simple-title.html | 2 +-
docs/layouts/shortcodes/docs_link.html | 2 +-
docs/layouts/shortcodes/external_link.html | 2 +-
docs/layouts/shortcodes/img.html | 2 +-
docs/layouts/shortcodes/recent_posts.html | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
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 @@ under the License.
<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 .) }}
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 @@ specific language governing permissions and limitations
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 := "" }}
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 @@ under the License.
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 @@ under the License.
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 @@ under the License.
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 @@ under the License.
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)