Skip to content

Commit

Permalink
[Docs typo] Remote Executioon -> Remote Execution (#8061)
Browse files Browse the repository at this point in the history
Fixes mispelling of `Executioon` -> `Execution`

Signed-off-by: Colin Schoen <schoen@yelp.com>
  • Loading branch information
colinschoen authored and mattklein123 committed Aug 28, 2019
1 parent 64243c9 commit f8e42ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ CI Docker image.

## Building Envoy with Remote Execution

Envoy can also be built with Bazel [Remote Executioon](https://docs.bazel.build/versions/master/remote-execution.html),
Envoy can also be built with Bazel [Remote Execution](https://docs.bazel.build/versions/master/remote-execution.html),
part of the CI is running with the hosted [GCP RBE](https://blog.bazel.build/2018/10/05/remote-build-execution.html) service.

To build Envoy with a remote build services, run Bazel with your remote build service flags and with `--config=remote-clang`.
Expand Down

0 comments on commit f8e42ae

Please sign in to comment.