docs: fix spelling (#4725)

This commit is contained in:
John Bampton 2021-08-10 10:43:46 +10:00 committed by GitHub
parent 2238b547cb
commit e502977eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -125,7 +125,7 @@ function _M.resolve(self, domain, selector)
return table.deepcopy(answer)
end
return nil, "unsupport DNS answer"
return nil, "unsupported DNS answer"
end

View File

@ -557,7 +557,7 @@ In addition to the basic complex equalization algorithm selection, APISIX's Upst
|create_time |optional| epoch timestamp in second, like `1602883670`, will be created automatically if missing|1602883670|
|update_time |optional| epoch timestamp in second, like `1602883670`, will be created automatically if missing|1602883670|
|tls.client_cert |optional| Set the client certificate when connecting to TLS upstream, see below for more details||
|tls.client_key |optional| Set the client priviate key when connecting to TLS upstream, see below for more details||
|tls.client_key |optional| Set the client private key when connecting to TLS upstream, see below for more details||
|keepalive_pool.size |optional| Set `keepalive` directive dynamically, see below for more details||
|keepalive_pool.idle_timeout |optional| Set `keepalive_timeout` directive dynamically, see below for more details||
|keepalive_pool.requests |optional| Set `keepalive_requests` directive dynamically, see below for more details||

View File

@ -26,7 +26,7 @@ title: limit-req
- [Introduction](#introduction)
- [Attributes](#attributes)
- [Example](#example)
- [How to enable on the `route` or `serivce`](#how-to-enable-on-the-route-or-serivce)
- [How to enable on the `route` or `service`](#how-to-enable-on-the-route-or-service)
- [How to enable on the `consumer`](#how-to-enable-on-the-consumer)
- [Disable Plugin](#disable-plugin)
@ -49,7 +49,7 @@ limit request rate using the "leaky bucket" method.
## Example
### How to enable on the `route` or `serivce`
### How to enable on the `route` or `service`
Take `route` as an example (the use of `service` is the same method), enable the `limit-req` plugin on the specified route.

View File

@ -328,7 +328,7 @@ HTTP/1.1 200 OK
| create_time | 可选 | 辅助 | 单位为秒的 epoch 时间戳,如果不指定则自动创建 | 1602883670 |
| update_time | 可选 | 辅助 | 单位为秒的 epoch 时间戳,如果不指定则自动创建 | 1602883670 |
serivce 对象 json 配置内容:
service 对象 json 配置内容:
```shell
{