This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit e13a4bc47b393c222f81f58c6f539ee4ed7f1cbf Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Jun 12 17:36:47 2018 +0100 Spelling correction --- src/contribute/eclipse.md | 2 +- src/contribute/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contribute/eclipse.md b/src/contribute/eclipse.md index dae6e8d..bedf2bd 100644 --- a/src/contribute/eclipse.md +++ b/src/contribute/eclipse.md @@ -90,7 +90,7 @@ Eclipse supports checkstyle within the IDE using the Checkstyle plugin. ## Code Style Eclipse supports code styles within the IDE. Use one or both of the following -to ensure your code style matches the project's checkstyle enforcements. +to ensure your code style matches the project's checkstyle enforcement. 1. The simplest way to have uniform code style is to use the [Google Java Format plugin](https://github.com/google/google-java-format#eclipse) diff --git a/src/contribute/index.md b/src/contribute/index.md index eb38ccc..a0100da 100644 --- a/src/contribute/index.md +++ b/src/contribute/index.md @@ -165,7 +165,7 @@ properly test your code. The following commands should be run in the `sdks/python` directory. This installs Python from source and includes the test and gcp dependencies. -On macOS/Linix: +On macOS/Linux: $ virtualenv env $ . ./env/bin/activate
