docs: small typo/wording fixes for envoy (#6018)

This commit is contained in:
Michael Schurter 2019-06-26 08:34:58 -07:00 committed by Freddy
parent a5c5053b5a
commit 76a2915787
1 changed files with 5 additions and 5 deletions

View File

@ -216,15 +216,15 @@ definition](/docs/connect/registration/service-registration.html) or
## Advanced Configuration ## Advanced Configuration
To support more flexibility when configuring Envoy, several "lower-level" options exist that To support more flexibility when configuring Envoy, several "lower-level" options exist
exist that require knowledge of Envoy's configuration format. that require knowledge of Envoy's configuration format.
Many allow configuring a subsection of either the bootstrap or Many options allow configuring a subsection of either the bootstrap or
dynamic configuration using your own custom protobuf config. dynamic configuration using your own custom protobuf config.
We separate these into two sets, [Advanced Bootstrap We separate these into two sets, [Advanced Bootstrap
Options](#advanced-bootstrap-options) and [Escape Hatch Options](#advanced-bootstrap-options) and [Escape Hatch
Overrides](#escape-hatch-overrides). Both require writing Envoy config in it's Overrides](#escape-hatch-overrides). Both require writing Envoy config in the
protobuf JSON encoding. Advanced options are smaller chunks that might protobuf JSON encoding. Advanced options cover smaller chunks that might
commonly need to be set for tasks like configuring tracing. In contrast, escape hatches commonly need to be set for tasks like configuring tracing. In contrast, escape hatches
give almost complete control over the proxy setup, but require operators to give almost complete control over the proxy setup, but require operators to
manually code the entire configuration in protobuf JSON. manually code the entire configuration in protobuf JSON.