Skip to content

Commit b7f55e6

Browse files
mitchdraftilackarms
authored andcommitted
fix a few typos
1 parent d654ef9 commit b7f55e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/introduction/architecture.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ updates and responding immediately with v2 gRPC updates to Envoy.
5151
Endpoint Discovery is plugin-specific. For example, the Kubernetes Plugin<!--(TODO)--> runs its own Endpoint Discovery goroutine.
5252
* The **Translator** receives notifications from the 3 different classes of watchers and initiates a new *translation cycle*,
5353
creating a new Envoy xDS Snapshot.
54-
1. The translation cycle starts by creating **[Envoy clusters](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/cluster.html?highlight=cluster)** f
55-
rom all configured upstreams. Each upstream has a **type**,
54+
1. The translation cycle starts by creating **[Envoy clusters](https://www.envoyproxy.io/docs/envoy/latest/api-v1/cluster_manager/cluster.html?highlight=cluster)** from all configured upstreams. Each upstream has a **type**,
5655
indicating which upstream plugin<!--(TODO)--> is responsible for processing that upstream object. Correctly configured upstreams are
5756
converted into Envoy clusters by their respective plugins. Plugins may set cluster metadata on the cluster object.
5857
1. The next step in the translation cycle is to process all the functions on each upstream. Functional plugins<!--(TODO)--> process
@@ -89,7 +88,7 @@ gloo with upstreams and functions to simplify routing for users and self-service
8988
Discovery services act as automated Gloo clients, automatically populating the storage layer with upstreams and functions
9089
to facilitate easy routing for users.
9190

92-
Discovery is optional, but when enabled, will attempt to discover available upsrteams and functions.
91+
Discovery is optional, but when enabled, will attempt to discover available upstreams and functions.
9392

9493
Currently supported:
9594

docs/introduction/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fallback routes (e.g. matching any request for path `/` with a custom 404 page)
8686

8787
#### Matchers
8888

89-
Matchers currently have two types supported types of requests to match on:
89+
Matchers currently support two types of requests:
9090

9191
* **Request Matchers** match on properties of HTTP requests. This includes the request path (`:path` header in HTTP 2.0),
9292
method (`:method` in HTTP 2.0) headers (their keys and optionally their values), and query parameters.

0 commit comments

Comments
 (0)