Skip to content

Commit

Permalink
chore: fix typo (#4958)
Browse files Browse the repository at this point in the history
fix typo

Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing authored and Dean-Coakley committed Dec 20, 2024
1 parent 09edf3e commit 58c6011
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ spec:
op: add
# Every virtual_host that ends with 'www_example_com' (using RegEx Filter)
jsonPath: "..virtual_hosts[?match(@.name, '.*www_example_com')]"
# If the property does not exists, it can not be selected with jsonPath
# If the property does not exists, it can not be selected with jsonPath
# Therefore the new property must be set in path
path: "include_attempt_count_in_response"
value: true
Expand Down Expand Up @@ -331,7 +331,7 @@ spec:
op: add
# Every virtual_host that ends with 'www_example_com' (using RegEx Filter)
jsonPath: "..virtual_hosts[?match(@.name, '.*www_example_com')]"
# If the property does not exists, it can not be selected with jsonPath
# If the property does not exists, it can not be selected with jsonPath
# Therefore the new property must be set in path
path: "include_attempt_count_in_response"
value: true
Expand Down Expand Up @@ -414,7 +414,7 @@ status:

## Caveats

This API will always be an unstable API and the same outcome cannot be garunteed
This API will always be an unstable API and the same outcome cannot be guaranteed
across versions for these reasons
* The Envoy Proxy API might deprecate and remove API fields
* Envoy Gateway might alter the xDS translation creating a different xDS output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ spec:
op: add
# Every virtual_host that ends with 'www_example_com' (using RegEx Filter)
jsonPath: "..virtual_hosts[?match(@.name, '.*www_example_com')]"
# If the property does not exists, it can not be selected with jsonPath
# If the property does not exists, it can not be selected with jsonPath
# Therefore the new property must be set in path
path: "include_attempt_count_in_response"
value: true
Expand Down Expand Up @@ -331,7 +331,7 @@ spec:
op: add
# Every virtual_host that ends with 'www_example_com' (using RegEx Filter)
jsonPath: "..virtual_hosts[?match(@.name, '.*www_example_com')]"
# If the property does not exists, it can not be selected with jsonPath
# If the property does not exists, it can not be selected with jsonPath
# Therefore the new property must be set in path
path: "include_attempt_count_in_response"
value: true
Expand Down Expand Up @@ -414,7 +414,7 @@ status:

## Caveats

This API will always be an unstable API and the same outcome cannot be garunteed
This API will always be an unstable API and the same outcome cannot be guaranteed
across versions for these reasons
* The Envoy Proxy API might deprecate and remove API fields
* Envoy Gateway might alter the xDS translation creating a different xDS output
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/v0.5/user/envoy-patch-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is unstable and the outcome may change across versions. Use at your own risk.
## Introduction

The [EnvoyPatchPolicy][] API allows user to modify the output [xDS][]
configuration generated by Envoy Gateway intended for EnvoyProxy,
configuration generated by Envoy Gateway intended for EnvoyProxy,
using [JSON Patch][] semantics.

## Motivation
Expand All @@ -30,7 +30,7 @@ Before proceeding, you should be able to query the example backend using HTTP.
* By default EnvoyPatchPolicy][] is disabled. Lets enable it in the [EnvoyGateway][] startup configuration

* The default installation of Envoy Gateway installs a default [EnvoyGateway][] configuration and attaches it
using a `ConfigMap`. In the next step, we will update this resource to enable EnvoyPatchPolicy.
using a `ConfigMap`. In the next step, we will update this resource to enable EnvoyPatchPolicy.


```shell
Expand Down Expand Up @@ -188,7 +188,7 @@ status:

## Caveats

This API will always be an unstable API and the same outcome cannot be garunteed
This API will always be an unstable API and the same outcome cannot be guaranteed
across versions for these reasons
* The Envoy Proxy API might deprecate and remove API fields
* Envoy Gateway might alter the xDS translation creating a different xDS output
Expand Down
6 changes: 3 additions & 3 deletions site/content/en/v0.6/user/envoy-patch-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is unstable and the outcome may change across versions. Use at your own risk.
## Introduction

The [EnvoyPatchPolicy][] API allows user to modify the output [xDS][]
configuration generated by Envoy Gateway intended for EnvoyProxy,
configuration generated by Envoy Gateway intended for EnvoyProxy,
using [JSON Patch][] semantics.

## Motivation
Expand All @@ -30,7 +30,7 @@ Before proceeding, you should be able to query the example backend using HTTP.
* By default [EnvoyPatchPolicy][] is disabled. Lets enable it in the [EnvoyGateway][] startup configuration

* The default installation of Envoy Gateway installs a default [EnvoyGateway][] configuration and attaches it
using a `ConfigMap`. In the next step, we will update this resource to enable EnvoyPatchPolicy.
using a `ConfigMap`. In the next step, we will update this resource to enable EnvoyPatchPolicy.


```shell
Expand Down Expand Up @@ -188,7 +188,7 @@ status:

## Caveats

This API will always be an unstable API and the same outcome cannot be garunteed
This API will always be an unstable API and the same outcome cannot be guaranteed
across versions for these reasons
* The Envoy Proxy API might deprecate and remove API fields
* Envoy Gateway might alter the xDS translation creating a different xDS output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ status:
## Caveats
This API will always be an unstable API and the same outcome cannot be garunteed
This API will always be an unstable API and the same outcome cannot be guaranteed
across versions for these reasons
* The Envoy Proxy API might deprecate and remove API fields
* Envoy Gateway might alter the xDS translation creating a different xDS output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ status:

## Caveats

This API will always be an unstable API and the same outcome cannot be garunteed
This API will always be an unstable API and the same outcome cannot be guaranteed
across versions for these reasons
* The Envoy Proxy API might deprecate and remove API fields
* Envoy Gateway might alter the xDS translation creating a different xDS output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ spec:
op: add
# Every virtual_host that ends with 'www_example_com' (using RegEx Filter)
jsonPath: "..virtual_hosts[?match(@.name, '.*www_example_com')]"
# If the property does not exists, it can not be selected with jsonPath
# If the property does not exists, it can not be selected with jsonPath
# Therefore the new property must be set in path
path: "include_attempt_count_in_response"
value: true
Expand Down Expand Up @@ -331,7 +331,7 @@ spec:
op: add
# Every virtual_host that ends with 'www_example_com' (using RegEx Filter)
jsonPath: "..virtual_hosts[?match(@.name, '.*www_example_com')]"
# If the property does not exists, it can not be selected with jsonPath
# If the property does not exists, it can not be selected with jsonPath
# Therefore the new property must be set in path
path: "include_attempt_count_in_response"
value: true
Expand Down Expand Up @@ -414,7 +414,7 @@ status:

## Caveats

This API will always be an unstable API and the same outcome cannot be garunteed
This API will always be an unstable API and the same outcome cannot be guaranteed
across versions for these reasons
* The Envoy Proxy API might deprecate and remove API fields
* Envoy Gateway might alter the xDS translation creating a different xDS output
Expand Down

0 comments on commit 58c6011

Please sign in to comment.