Browse Source

docs: Fix typo layey > layer (#6352)

pull/6367/head
John Cowen 5 years ago committed by GitHub
parent
commit
a7ded1bd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/source/intro/vs/proxies.html.md

2
website/source/intro/vs/proxies.html.md

@ -44,7 +44,7 @@ Proxies provide excellent solutions to layer 7 concerns such as path-based
routing, tracing and telemetry, and more. By supporting a pluggable data plane model, the right proxy can be routing, tracing and telemetry, and more. By supporting a pluggable data plane model, the right proxy can be
deployed as needed. deployed as needed.
For performance-critical applications or those For performance-critical applications or those
that utilize layey 7 functionality, Envoy can be used. For non-performance critical layer 4 applications, you can use Consul's [built-in proxy](https://www.consul.io/docs/connect/proxies/built-in.html) for convenience. that utilize layer 7 functionality, Envoy can be used. For non-performance critical layer 4 applications, you can use Consul's [built-in proxy](https://www.consul.io/docs/connect/proxies/built-in.html) for convenience.
For some applications that may require hardware, a hardware load balancer For some applications that may require hardware, a hardware load balancer
such an F5 appliance may be deployed. Consul encourages this use of the right such an F5 appliance may be deployed. Consul encourages this use of the right

Loading…
Cancel
Save