Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Apr 12, 2024
1 parent 2079393 commit 094a9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributor-docs/code-change-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 094a9b4

Please sign in to comment.