This is an automated email from the ASF dual-hosted git repository.
ibzib 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 d84699e Oxford comma
new ba305fa Merge pull request #13631 from elharo/patch-3
d84699e is described below
commit d84699ecee3dfa2303e60ba2dd178441431ab833
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Dec 29 07:59:21 2020 -0500
Oxford comma
---
website/www/site/content/en/get-started/beam-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/get-started/beam-overview.md
b/website/www/site/content/en/get-started/beam-overview.md
index baf8610..5599fb6 100644
--- a/website/www/site/content/en/get-started/beam-overview.md
+++ b/website/www/site/content/en/get-started/beam-overview.md
@@ -58,7 +58,7 @@ Get started using Beam for your data processing tasks.
1. [Try Apache Beam](/get-started/try-apache-beam) in an online interactive
environment.
-1. Follow the Quickstart for the [Java SDK](/get-started/quickstart-java), the
[Python SDK](/get-started/quickstart-py) or the [Go
SDK](/get-started/quickstart-go).
+1. Follow the Quickstart for the [Java SDK](/get-started/quickstart-java), the
[Python SDK](/get-started/quickstart-py), or the [Go
SDK](/get-started/quickstart-go).
1. See the [WordCount Examples Walkthrough](/get-started/wordcount-example)
for examples that introduce various features of the SDKs.