From 42f38f77e47548d99d2b707a7d135c017e8b8947 Mon Sep 17 00:00:00 2001 From: Nova Kwok Date: Wed, 1 May 2024 09:21:25 +0800 Subject: [PATCH] Fix typos under app/ (#7317) --- app/_assets/javascripts/views/SearchApp/App.mobile.css | 2 +- app/_assets/stylesheets/kong-summit.less | 2 +- app/_data/docs_nav_gateway_3.0.x.yml | 2 +- app/_data/docs_nav_gateway_3.1.x.yml | 2 +- app/_data/docs_nav_gateway_3.2.x.yml | 2 +- app/_data/docs_nav_gateway_3.3.x.yml | 2 +- app/_data/tables/breaking_changes_lts.yml | 2 +- app/_hub/kong-inc/post-function/how-to/_index.md | 2 +- app/_includes/md/kic-crd-upgrades.md | 2 +- .../production/monitoring/status/gateway.md | 2 +- app/_src/gateway/admin-api/admin-api-3.1.x.md | 2 +- app/_src/gateway/production/logging.md | 2 +- .../reference/configuration/configuration-3.5.x.md | 2 +- .../reference/required-permissions.md | 2 +- app/api/identity.yaml | 2 +- .../mesh/2.1.x/raw/crds/kuma.io_meshratelimits.yaml | 2 +- .../mesh/2.2.x/raw/crds/kuma.io_meshratelimits.yaml | 2 +- .../mesh/2.3.x/raw/crds/kuma.io_meshratelimits.yaml | 4 ++-- app/assets/mesh/2.3.x/raw/kuma-cp.yaml | 2 +- .../mesh/2.4.x/raw/crds/kuma.io_meshratelimits.yaml | 2 +- app/assets/mesh/2.4.x/raw/kuma-cp.yaml | 2 +- .../mesh/2.5.x/raw/crds/kuma.io_meshratelimits.yaml | 2 +- app/assets/mesh/2.5.x/raw/kuma-cp.yaml | 2 +- .../mesh/2.6.x/raw/crds/kuma.io_meshratelimits.yaml | 4 ++-- app/assets/mesh/2.6.x/raw/kuma-cp.yaml | 2 +- .../mesh/2.7.x/raw/crds/kuma.io_meshratelimits.yaml | 8 ++++---- app/assets/mesh/2.7.x/raw/kuma-cp.yaml | 4 ++-- .../mesh/dev/raw/crds/kuma.io_meshratelimits.yaml | 4 ++-- app/assets/mesh/dev/raw/kuma-cp.yaml | 2 +- app/assets/mesh/raw/CHANGELOG.md | 4 ++-- .../2.6.x/plugin-development/custom-entities.md | 2 +- app/gateway/2.6.x/reference/configuration.md | 2 +- app/gateway/2.7.x/reference/configuration.md | 2 +- app/gateway/2.7.x/reference/rate-limiting.md | 2 +- .../2.8.x/plugin-development/custom-entities.md | 2 +- app/gateway/2.8.x/reference/configuration.md | 4 ++-- app/gateway/2.8.x/reference/rate-limiting.md | 2 +- app/gateway/changelog.md | 10 +++++----- 38 files changed, 51 insertions(+), 51 deletions(-) diff --git a/app/_assets/javascripts/views/SearchApp/App.mobile.css b/app/_assets/javascripts/views/SearchApp/App.mobile.css index e674cabbac82..6174952d466d 100644 --- a/app/_assets/javascripts/views/SearchApp/App.mobile.css +++ b/app/_assets/javascripts/views/SearchApp/App.mobile.css @@ -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 */ diff --git a/app/_assets/stylesheets/kong-summit.less b/app/_assets/stylesheets/kong-summit.less index 17bc1daa3f76..2ad82bd57f67 100644 --- a/app/_assets/stylesheets/kong-summit.less +++ b/app/_assets/stylesheets/kong-summit.less @@ -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) { diff --git a/app/_data/docs_nav_gateway_3.0.x.yml b/app/_data/docs_nav_gateway_3.0.x.yml index e247e175276f..048343b134d3 100644 --- a/app/_data/docs_nav_gateway_3.0.x.yml +++ b/app/_data/docs_nav_gateway_3.0.x.yml @@ -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 diff --git a/app/_data/docs_nav_gateway_3.1.x.yml b/app/_data/docs_nav_gateway_3.1.x.yml index 988646adfcc3..0e654519b00f 100644 --- a/app/_data/docs_nav_gateway_3.1.x.yml +++ b/app/_data/docs_nav_gateway_3.1.x.yml @@ -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 diff --git a/app/_data/docs_nav_gateway_3.2.x.yml b/app/_data/docs_nav_gateway_3.2.x.yml index 084c5e59c3d1..069ad48e4677 100644 --- a/app/_data/docs_nav_gateway_3.2.x.yml +++ b/app/_data/docs_nav_gateway_3.2.x.yml @@ -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 diff --git a/app/_data/docs_nav_gateway_3.3.x.yml b/app/_data/docs_nav_gateway_3.3.x.yml index 7075c0850fbf..254623dc65d8 100644 --- a/app/_data/docs_nav_gateway_3.3.x.yml +++ b/app/_data/docs_nav_gateway_3.3.x.yml @@ -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 diff --git a/app/_data/tables/breaking_changes_lts.yml b/app/_data/tables/breaking_changes_lts.yml index 7340173e45b1..6a6a843ac72f 100644 --- a/app/_data/tables/breaking_changes_lts.yml +++ b/app/_data/tables/breaking_changes_lts.yml @@ -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. diff --git a/app/_hub/kong-inc/post-function/how-to/_index.md b/app/_hub/kong-inc/post-function/how-to/_index.md index dfac9b4027c8..82277e02b2c7 100644 --- a/app/_hub/kong-inc/post-function/how-to/_index.md +++ b/app/_hub/kong-inc/post-function/how-to/_index.md @@ -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-