This is an automated email from the ASF dual-hosted git repository.
kayx23 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 173422ce2 docs: fix documentation typos reported by codespell (#13365)
173422ce2 is described below
commit 173422ce24a19deee86eb7db2242002327fd59d7
Author: Arpit Jain <[email protected]>
AuthorDate: Fri May 15 15:38:43 2026 +0900
docs: fix documentation typos reported by codespell (#13365)
Signed-off-by: Arpit Jain <[email protected]>
---
CHANGELOG.md | 10 +++++-----
docs/en/latest/discovery/kubernetes.md | 2 +-
docs/en/latest/plugins/limit-count.md | 2 +-
docs/en/latest/tutorials/client-to-apisix-mtls.md | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f3c7f995..941c95881 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -461,7 +461,7 @@ This PR returns `405 Method not allowed` instead of `400
Bad Request` when reque
- support proxying openai compatible LLMs
[#12004](https://github.com/apache/apisix/pull/12004)
- add `ai-proxy-multi` plugin
[#11986](https://github.com/apache/apisix/pull/11986)
[#12030](https://github.com/apache/apisix/pull/12030)
- make rate limiting response header names configurable
[#11831](https://github.com/apache/apisix/pull/11831)
-- support mulipart content-type in `body-transformer`
[#11767](https://github.com/apache/apisix/pull/11767)
+- support multipart content-type in `body-transformer`
[#11767](https://github.com/apache/apisix/pull/11767)
- plugins in multi-auth returns error instead of logging it
[#11775](https://github.com/apache/apisix/pull/11775)
- support configuring `key_claim_name`
[#11772](https://github.com/apache/apisix/pull/11772)
- add Total request per second panel in grafana dashboard
[#11692](https://github.com/apache/apisix/pull/11692)
@@ -551,7 +551,7 @@ This function now always returns strings, previously it
returned tables when dup
- warn log when sending requests to external services insecurely
[#11403](https://github.com/apache/apisix/pull/11403)
- update casbin to 1.41.9 [#11400](https://github.com/apache/apisix/pull/11400)
- update lua-resty-t1k to 1.1.5
[#11391](https://github.com/apache/apisix/pull/11391)
-- support store ssl.keys ssl.certs in secrets mamager
[#11339](https://github.com/apache/apisix/pull/11339)
+- support store ssl.keys ssl.certs in secrets manager
[#11339](https://github.com/apache/apisix/pull/11339)
- move tinyyaml to lyaml [#11312](https://github.com/apache/apisix/pull/11312)
- support hcv namespace [#11277](https://github.com/apache/apisix/pull/11277)
- add discovery k8s dump data interface
[#11111](https://github.com/apache/apisix/pull/11111)
@@ -1151,7 +1151,7 @@ Returns multiple configurations:
### Plugin
-- Add ngx.shared.dict statistic in promethues plugin:
[#7412](https://github.com/apache/apisix/pull/7412)
+- Add ngx.shared.dict statistic in prometheus plugin:
[#7412](https://github.com/apache/apisix/pull/7412)
- Allow using unescaped raw URL in proxy-rewrite plugin:
[#7401](https://github.com/apache/apisix/pull/7401)
- Add PKCE support to the openid-connect plugin:
[#7370](https://github.com/apache/apisix/pull/7370)
- Support custom log format in sls-logger plugin:
[#7328](https://github.com/apache/apisix/pull/7328)
@@ -1434,7 +1434,7 @@ Returns multiple configurations:
- :sunrise: feat: allow configuring fallback SNI
[#5000](https://github.com/apache/apisix/pull/5000)
- :sunrise: feat(stream_route): support CIDR in ip match
[#4980](https://github.com/apache/apisix/pull/4980)
- :sunrise: feat: allow route to inherit hosts from service
[#4977](https://github.com/apache/apisix/pull/4977)
-- :sunrise: feat: support configurating the node listening
address[#4856](https://github.com/apache/apisix/pull/4856)
+- :sunrise: feat: support configuring the node listening
address[#4856](https://github.com/apache/apisix/pull/4856)
### Plugin
@@ -1973,7 +1973,7 @@ This release is mainly to strengthen the stability of the
code and add more docu
- ci: remove patch which is no longer necessary and removed in the upst.
[#1090](https://github.com/apache/incubator-apisix/pull/1090)
- fix path error when install with luarocks.
[#1068](https://github.com/apache/incubator-apisix/pull/1068)
-- travis: run a apisix instance which intalled by luarocks.
[#1063](https://github.com/apache/incubator-apisix/pull/1063)
+- travis: run a apisix instance which installed by luarocks.
[#1063](https://github.com/apache/incubator-apisix/pull/1063)
### Plugins
diff --git a/docs/en/latest/discovery/kubernetes.md
b/docs/en/latest/discovery/kubernetes.md
index 728e2e332..6777cf0b7 100644
--- a/docs/en/latest/discovery/kubernetes.md
+++ b/docs/en/latest/discovery/kubernetes.md
@@ -361,7 +361,7 @@ It also offers control api for debugging.
### Memory Dump API
-To query/list the nodes discoverd by kubernetes discovery, you can query the
/v1/discovery/kubernetes/dump control API endpoint like so:
+To query/list the nodes discovered by kubernetes discovery, you can query the
/v1/discovery/kubernetes/dump control API endpoint like so:
```shell
GET /v1/discovery/kubernetes/dump
diff --git a/docs/en/latest/plugins/limit-count.md
b/docs/en/latest/plugins/limit-count.md
index 7c7e7dd76..4aef33afa 100644
--- a/docs/en/latest/plugins/limit-count.md
+++ b/docs/en/latest/plugins/limit-count.md
@@ -1156,7 +1156,7 @@ You can also use a Redis cluster to apply the same quota
across multiple APISIX
Ensure that your Redis instances are running in [cluster
mode](https://redis.io/docs/management/scaling/#create-and-use-a-redis-cluster).
A minimum of two nodes are required for the `limit-count` plugin
configurations.
-On each APISIX instance, create a Route with the following configurations.
Adjust the address of the Admin API, Redis cluster nodes, password, cluster
name, and SSL varification accordingly.
+On each APISIX instance, create a Route with the following configurations.
Adjust the address of the Admin API, Redis cluster nodes, password, cluster
name, and SSL verification accordingly.
<Tabs
groupId="api"
diff --git a/docs/en/latest/tutorials/client-to-apisix-mtls.md
b/docs/en/latest/tutorials/client-to-apisix-mtls.md
index 303bc00b6..ef0ac7149 100644
--- a/docs/en/latest/tutorials/client-to-apisix-mtls.md
+++ b/docs/en/latest/tutorials/client-to-apisix-mtls.md
@@ -91,7 +91,7 @@ curl -X PUT 'http://127.0.0.1:9180/apisix/admin/ssls/1' \
- `sni`: Specify the domain name (CN) of the certificate. When the client
tries to handshake with APISIX via TLS, APISIX will match the SNI data in
`ClientHello` with this field and find the corresponding server certificate for
handshaking.
- `cert`: The server certificate.
- `key`: The private key of the server certificate.
-- `client.ca`: The CA (certificate authority) file to verfiy the client
certificate. For demonstration purposes, the same `CA` is used here.
+- `client.ca`: The CA (certificate authority) file to verify the client
certificate. For demonstration purposes, the same `CA` is used here.
### Configure the route in APISIX