Fix grammatical error in Adapter docs (#988)

This commit is contained in:
Kim Merrill 2018-02-14 19:59:41 -08:00 committed by Martin Taillefer
parent bcd11c26bf
commit 4b95f3a62f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ are generated by a sidecar proxy (typically, Envoy) per request.
## Adapters
Mixer is a highly modular and extensible component. One of it's key functions is
Mixer is a highly modular and extensible component. One of its key functions is
to abstract away the details of different policy and telemetry backend systems,
allowing Envoy and Istio-based services to be agnostic of those backends, which
keeps them portable.