This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new d980232 Fix typo
new 09548a9 Merge pull request #15302 from chamikaramj/fix_doc_typo
d980232 is described below
commit d980232deb7a79640856436148ab3f9f7ab35e0c
Author: Chamikara Jayalath <[email protected]>
AuthorDate: Tue Aug 10 07:51:15 2021 -0700
Fix typo
---
website/www/site/content/en/documentation/glossary.md | 4 ++--
website/www/site/content/en/documentation/programming-guide.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/www/site/content/en/documentation/glossary.md
b/website/www/site/content/en/documentation/glossary.md
index 3993f53..4bc7395 100644
--- a/website/www/site/content/en/documentation/glossary.md
+++ b/website/www/site/content/en/documentation/glossary.md
@@ -114,7 +114,7 @@ Transforms that can be shared across Beam SDKs. With
cross-language transforms,
To learn more, see:
-* [Multi-language
pipelines](/documentation/programming-guide/#mulit-language-pipelines)
+* [Multi-language
pipelines](/documentation/programming-guide/#multi-language-pipelines)
## Deferred execution
@@ -241,7 +241,7 @@ A pipeline that uses cross-language transforms. You can
combine transforms writt
To learn more, see:
-* [Multi-language
pipelines](/documentation/programming-guide/#mulit-language-pipelines)
+* [Multi-language
pipelines](/documentation/programming-guide/#multi-language-pipelines)
## ParDo
diff --git a/website/www/site/content/en/documentation/programming-guide.md
b/website/www/site/content/en/documentation/programming-guide.md
index c4a3c95..0e44a6cd 100644
--- a/website/www/site/content/en/documentation/programming-guide.md
+++ b/website/www/site/content/en/documentation/programming-guide.md
@@ -6133,7 +6133,7 @@ use case.
{{< code_sample "sdks/python/apache_beam/examples/snippets/snippets.py"
BundleFinalize >}}
{{< /highlight >}}
-## 13. Multi-language pipelines {#mulit-language-pipelines}
+## 13. Multi-language pipelines {#multi-language-pipelines}
Beam allows you to combine transforms written in any supported SDK language
(currently, Java and Python) and use them in one multi-language pipeline. This
capability makes it easy to provide new functionality simultaneously in
different Apache Beam SDKs through a single cross-language transform. For
example, the [Apache Kafka
connector](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/kafka.py)
and [SQL transform](https://github.com/apache/beam/blob/master/sdks/pytho [...]