From 094a9b4f84b63bad0bba0412ec669665ddd2c757 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Fri, 12 Apr 2024 16:04:18 -0400 Subject: [PATCH] Fix typo --- contributor-docs/code-change-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor-docs/code-change-guide.md b/contributor-docs/code-change-guide.md index 8af13d9b01a8..f39a16c5b02f 100644 --- a/contributor-docs/code-change-guide.md +++ b/contributor-docs/code-change-guide.md @@ -477,7 +477,7 @@ python -m pytest -o log_cli=True -o log_level=Info \ Option 2: If you're using the Dataflow runner, use [custom containers](https://cloud.google.com/dataflow/docs/guides/using-custom-containers). -You base base the custom container on the [official Beam SDK container image](https://gcr.io/apache-beam-testing/beam-sdk). +It is convenient to use [official Beam SDK container image](https://gcr.io/apache-beam-testing/beam-sdk) as base then apply your changes. ## Run your pipeline with modified beam code