diff --git a/website/source/docs/commands/connect/envoy.html.md.erb b/website/source/docs/commands/connect/envoy.html.md.erb index 83511afe12..b2a4a3836e 100644 --- a/website/source/docs/commands/connect/envoy.html.md.erb +++ b/website/source/docs/commands/connect/envoy.html.md.erb @@ -96,7 +96,7 @@ allowed to access by [Connect intentions](/docs/connect/intentions.html). ## Examples -Assume a local service instance is registratered on the local agent with a +Assume a local service instance is registered on the local agent with a sidecar proxy (using the [sidecar service registration](/docs/connect/proxies/sidecar-service.html) helper) as below. @@ -175,4 +175,4 @@ _not_ add `--disable-hot-restart` allowing hot restart to work normally. The only difference to note over running Envoy directly is that `--restart-epoch` must be explicitly set to `0` for the initial launch of the Envoy instance to avoid disabling hot restart entirely. The official -`hot-restarter.py` always sets this option so should work as recommended. \ No newline at end of file +`hot-restarter.py` always sets this option so should work as recommended.