Skip to content

Commit

Permalink
Fix typos under app/ (#7317)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed May 1, 2024
1 parent 15e6e91 commit 42f38f7
Show file tree
Hide file tree
Showing 38 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion app/_assets/javascripts/views/SearchApp/App.mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

.filtering .header {
/*
Closing panel on outter click didn't work on mobile safari.
Closing panel on outer click didn't work on mobile safari.
This is one of the workarounds from the following:
https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event#Safari_Mobile
*/
Expand Down
2 changes: 1 addition & 1 deletion app/_assets/stylesheets/kong-summit.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// NOTE: Add top margin to accomidate banner
// NOTE: Add top margin to accommodate banner
.page {
margin-top: 50px;
@media screen and (max-width: @grid-width-xl) {
Expand Down
2 changes: 1 addition & 1 deletion app/_data/docs_nav_gateway_3.0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ items:
items:
- text: Start Kong Gateway Securely
url: /production/access-control/start-securely
- text: Programatically Creating Admins
- text: Programmatically Creating Admins
url: /production/access-control/register-admin-api
- text: Enabling RBAC
url: /production/access-control/enable-rbac
Expand Down
2 changes: 1 addition & 1 deletion app/_data/docs_nav_gateway_3.1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ items:
items:
- text: Start Kong Gateway Securely
url: /production/access-control/start-securely
- text: Programatically Creating Admins
- text: Programmatically Creating Admins
url: /production/access-control/register-admin-api
- text: Enabling RBAC
url: /production/access-control/enable-rbac
Expand Down
2 changes: 1 addition & 1 deletion app/_data/docs_nav_gateway_3.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ items:
items:
- text: Start Kong Gateway Securely
url: /production/access-control/start-securely
- text: Programatically Creating Admins
- text: Programmatically Creating Admins
url: /production/access-control/register-admin-api
- text: Enabling RBAC
url: /production/access-control/enable-rbac
Expand Down
2 changes: 1 addition & 1 deletion app/_data/docs_nav_gateway_3.3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ items:
items:
- text: Start Kong Gateway Securely
url: /production/access-control/start-securely
- text: Programatically Creating Admins
- text: Programmatically Creating Admins
url: /production/access-control/register-admin-api
- text: Enabling RBAC
url: /production/access-control/enable-rbac
Expand Down
2 changes: 1 addition & 1 deletion app/_data/tables/breaking_changes_lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories:
The following table lists behavior changes that may cause your database configuration
or `kong.conf` to fail.
This includes deprecated (but not removed) features.
- name: Debateable
- name: Debatable
key: 4
desc: |
Upgrades using the following features might require help from Kong.
Expand Down
2 changes: 1 addition & 1 deletion app/_hub/kong-inc/post-function/how-to/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Getting started with the Post-function plugin
nav_title: Getting started with Post-function
---

The following guide shows you how to set up the Post-fuction plugin to adjust request header names. In this example, we'll edit two types of headers: headers set via a plugin (in this case,
The following guide shows you how to set up the Post-function plugin to adjust request header names. In this example, we'll edit two types of headers: headers set via a plugin (in this case,
[Rate Limiting](/hub/kong-inc/rate-limiting/)), and latency headers from {{site.base_gateway}}).

* The Rate Limiting plugin returns headers such as `X-RateLimit-Remaining-<time>` and `X-RateLimit-Limit-<time>`,
Expand Down
2 changes: 1 addition & 1 deletion app/_includes/md/kic-crd-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ helm install myrelease kong/ingress --skip-crds

Note that even when you _do_ use Helm to install CRDs, Helm does not update
CRDs when running `helm upgrade`. You must separately install updated CRDs using
the above `kubectl` command versions before running a `helm ugprade` that
the above `kubectl` command versions before running a `helm upgrade` that
installs a newer controller release.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Gateway
## How to retrieve it

<!--
Consider adding invocations of gwctl when that becomes stable and provides usefule information about the described objects.
Consider adding invocations of gwctl when that becomes stable and provides useful information about the described objects.
https://github.com/kubernetes-sigs/gateway-api/tree/main/gwctl
-->

Expand Down
2 changes: 1 addition & 1 deletion app/_src/gateway/admin-api/admin-api-3.1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ certificate_body: |
`cert_alt`<br>*optional* | PEM-encoded public certificate chain of the alternate SSL key pair. This should only be set if you have both RSA and ECDSA types of certificate available and would like Kong to prefer serving using ECDSA certs when client advertises support for it. This field is _referenceable_, which means it can be securely stored as a [secret](/gateway/latest/plan-and-deploy/security/secrets-management/getting-started/) in a vault. References must follow a [specific format](/gateway/latest/plan-and-deploy/security/secrets-management/reference-format/).
`key_alt`<br>*optional* | PEM-encoded private key of the alternate SSL key pair. This should only be set if you have both RSA and ECDSA types of certificate available and would like Kong to prefer serving using ECDSA certs when client advertises support for it. This field is _referenceable_, which means it can be securely stored as a [secret](/gateway/latest/plan-and-deploy/security/secrets-management/getting-started/) in a vault. References must follow a [specific format](/gateway/latest/plan-and-deploy/security/secrets-management/reference-format/).
`tags`<br>*optional* | An optional set of strings associated with the Certificate for grouping and filtering.
`snis`<br>*shorthand-attribute* | An array of zero or more hostnames to associate with this certificate as SNIs. This is a convenience paramete: under the hood, it creates an SNI object and associates it with this certificate. To set this attribute this certificate must have a valid private key associated with it.
`snis`<br>*shorthand-attribute* | An array of zero or more hostnames to associate with this certificate as SNIs. This is a convenience parameter: under the hood, it creates an SNI object and associates it with this certificate. To set this attribute this certificate must have a valid private key associated with it.
`passphrase`<br>*optional* (Enterprise only) | To load an encrypted private key into Kong, specify the passphrase using this attribute. Kong will decrypt the private key and store it in its database. To encrypt the private key and other sensitive information in Kong's database, consider using DB encryption.
certificate_json: |
Expand Down
2 changes: 1 addition & 1 deletion app/_src/gateway/production/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In order to control what is placed in the logs, we will be using the NGINX map m

```
map $paramater_to_look_at $variable_name {
map $parameter_to_look_at $variable_name {
pattern_to_look_for 0;
second_pattern_to_look_for 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ Influxdb password
{:.badge .enterprise}

Defines the host and port (and an optional protocol) of the StatsD server to
which Kong should write Vitals metics. This value is only applied when the
which Kong should write Vitals metrics. This value is only applied when the
`vitals_strategy` is set to `prometheus`. This value accepts IPv4, IPv6, and,
hostnames. Additionally, the suffix `tcp` can be specified; doing so will result
in Kong sending StatsD metrics via TCP instead of the UDP (default).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You need write access to the following resources to install {{ site.kic_product_
| `ServiceAccount` | `v1` | namespaced | install components |
| `Secret` | `v1` | namespaced | set configurations and credentials |
| `ConfigMap` | `v1` | namespaced | set configurations |
| `PersistentVolumeClaim` | `v1` | namespaced | claime volume for DB |
| `PersistentVolumeClaim` | `v1` | namespaced | claim volume for DB |
| `Job` | `v1` | namespaced | create DB migration jobs |
| `HorizontalPodAutoscaler` | `autoscaling/v2` | namespaced | configure auto scaling |
| `IngressClass` | `networking.k8s.io/v1` | cluster | install ingress class |
Expand Down
2 changes: 1 addition & 1 deletion app/api/identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ components:
description: |-
The request schema for the create team request.
If you pass the same `name` and `description` of an existing team in the request, a team with the same `name` and `description` will be created. The two teams will have different `team_id` values to differntiate them.
If you pass the same `name` and `description` of an existing team in the request, a team with the same `name` and `description` will be created. The two teams will have different `team_id` values to differentiate them.
content:
application/json:
schema:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.1.x/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
limit configuration
properties:
http:
description: LocalHTTP defines confguration of local
description: LocalHTTP defines configuration of local
HTTP rate limiting https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/local_rate_limit_filter
properties:
disabled:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.2.x/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
type: object
type: object
tcp:
description: LocalTCP defines confguration of local
description: LocalTCP defines configuration of local
TCP rate limiting https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down
4 changes: 2 additions & 2 deletions app/assets/mesh/2.3.x/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
limit configuration
properties:
http:
description: LocalHTTP defines confguration of local
description: LocalHTTP defines configuration of local
HTTP rate limiting https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/local_rate_limit_filter
properties:
disabled:
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
type: object
type: object
tcp:
description: LocalTCP defines confguration of local
description: LocalTCP defines configuration of local
TCP rate limiting https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.3.x/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ kmesh:
# Service account name of rate limit service which will be used in
# authentication process of communication between rate limit service and
# control plane.
# The value can tak two forms:
# The value can take two forms:
# - "system:serviceaccount:[namespace]:[service_account_name]" (example:
# system:serviceaccount:kong-mesh-system:default)
# - "[service_account_name]" - in this form, the namespace of the service
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.4.x/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
limit configuration
properties:
http:
description: LocalHTTP defines confguration of local
description: LocalHTTP defines configuration of local
HTTP rate limiting https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/local_rate_limit_filter
properties:
disabled:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.4.x/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ kmesh:
# Service account name of rate limit service which will be used in
# authentication process of communication between rate limit service and
# control plane.
# The value can tak two forms:
# The value can take two forms:
# - "system:serviceaccount:[namespace]:[service_account_name]" (example:
# system:serviceaccount:kong-mesh-system:default)
# - "[service_account_name]" - in this form, the namespace of the service
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.5.x/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
limit configuration
properties:
http:
description: LocalHTTP defines confguration of local
description: LocalHTTP defines configuration of local
HTTP rate limiting https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/local_rate_limit_filter
properties:
disabled:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.5.x/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ kmesh:
# Service account name of rate limit service which will be used in
# authentication process of communication between rate limit service and
# control plane.
# The value can tak two forms:
# The value can take two forms:
# - "system:serviceaccount:[namespace]:[service_account_name]" (example:
# system:serviceaccount:kong-mesh-system:default)
# - "[service_account_name]" - in this form, the namespace of the service
Expand Down
4 changes: 2 additions & 2 deletions app/assets/mesh/2.6.x/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
type: object
tcp:
description: |-
LocalTCP defines confguration of local TCP rate limiting
LocalTCP defines configuration of local TCP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
type: object
tcp:
description: |-
LocalTCP defines confguration of local TCP rate limiting
LocalTCP defines configuration of local TCP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/2.6.x/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ defaults:
skipMeshCreation: false # ENV: KUMA_DEFAULTS_SKIP_MESH_CREATION
# If true, it skips creating the default tenant resources
skipTenantResources: false # ENV: KUMA_DEFAULTS_SKIP_TENANT_RESOURCES
# If true, it creates the default routing (TrafficPermisson and TrafficRoute) resources for a new Mesh
# If true, it creates the default routing (TrafficPermission and TrafficRoute) resources for a new Mesh
createMeshRoutingResources: false # ENV: KUMA_DEFAULTS_CREATE_MESH_ROUTING_RESOURCES
# Metrics configuration
metrics:
Expand Down
8 changes: 4 additions & 4 deletions app/assets/mesh/2.7.x/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
properties:
http:
description: |-
LocalHTTP defines confguration of local HTTP rate limiting
LocalHTTP defines configuration of local HTTP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/local_rate_limit_filter
properties:
disabled:
Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
type: object
tcp:
description: |-
LocalTCP defines confguration of local TCP rate limiting
LocalTCP defines configuration of local TCP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down Expand Up @@ -279,7 +279,7 @@ spec:
properties:
http:
description: |-
LocalHTTP defines confguration of local HTTP rate limiting
LocalHTTP defines configuration of local HTTP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/local_rate_limit_filter
properties:
disabled:
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
type: object
tcp:
description: |-
LocalTCP defines confguration of local TCP rate limiting
LocalTCP defines configuration of local TCP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down
4 changes: 2 additions & 2 deletions app/assets/mesh/2.7.x/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ defaults:
skipMeshCreation: false # ENV: KUMA_DEFAULTS_SKIP_MESH_CREATION
# If true, it skips creating the default tenant resources
skipTenantResources: false # ENV: KUMA_DEFAULTS_SKIP_TENANT_RESOURCES
# If true, it creates the default routing (TrafficPermisson and TrafficRoute) resources for a new Mesh
# If true, it creates the default routing (TrafficPermission and TrafficRoute) resources for a new Mesh
createMeshRoutingResources: false # ENV: KUMA_DEFAULTS_CREATE_MESH_ROUTING_RESOURCES
# Metrics configuration
metrics:
Expand Down Expand Up @@ -873,7 +873,7 @@ kmesh:
# Service account name of rate limit service which will be used in
# authentication process of communication between rate limit service and
# control plane.
# The value can tak two forms:
# The value can take two forms:
# - "system:serviceaccount:[namespace]:[service_account_name]" (example:
# system:serviceaccount:kong-mesh-system:default)
# - "[service_account_name]" - in this form, the namespace of the service
Expand Down
4 changes: 2 additions & 2 deletions app/assets/mesh/dev/raw/crds/kuma.io_meshratelimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
type: object
tcp:
description: |-
LocalTCP defines confguration of local TCP rate limiting
LocalTCP defines configuration of local TCP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
type: object
tcp:
description: |-
LocalTCP defines confguration of local TCP rate limiting
LocalTCP defines configuration of local TCP rate limiting
https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/local_rate_limit_filter
properties:
connectionRate:
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/kuma-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ defaults:
skipMeshCreation: false # ENV: KUMA_DEFAULTS_SKIP_MESH_CREATION
# If true, it skips creating the default tenant resources
skipTenantResources: false # ENV: KUMA_DEFAULTS_SKIP_TENANT_RESOURCES
# If true, it creates the default routing (TrafficPermisson and TrafficRoute) resources for a new Mesh
# If true, it creates the default routing (TrafficPermission and TrafficRoute) resources for a new Mesh
createMeshRoutingResources: false # ENV: KUMA_DEFAULTS_CREATE_MESH_ROUTING_RESOURCES
# Metrics configuration
metrics:
Expand Down
Loading

0 comments on commit 42f38f7

Please sign in to comment.