From b7dd2a7fc0d939872cc0a05542e412fac8640d55 Mon Sep 17 00:00:00 2001 From: Colin Schoen Date: Tue, 27 Aug 2019 17:23:34 -0700 Subject: [PATCH] [Docs typo] Remote Executioon -> Remote Execution Fixes mispelling of `Executioon` -> `Execution` Signed-off-by: Colin Schoen --- bazel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/README.md b/bazel/README.md index 24340fdd0fce..b99b9e50621e 100644 --- a/bazel/README.md +++ b/bazel/README.md @@ -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`.