mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 12:37:36 +08:00
docs: fix spelling (#3249)
This commit is contained in:
parent
cacf0634d2
commit
9361dc8182
2
.github/workflows/spellchecker.yml
vendored
2
.github/workflows/spellchecker.yml
vendored
@ -16,4 +16,4 @@ jobs:
|
||||
wget -O - -q https://git.io/misspell | sh -s -- -b .
|
||||
- name: Misspell
|
||||
run: |
|
||||
find apisix doc bin t -not -path "t/toolkit/*.lua" -type f | xargs ./misspell -error
|
||||
find *.md apisix doc bin t -not -path "t/toolkit/*.lua" -type f | xargs ./misspell -error
|
||||
|
@ -47,7 +47,7 @@
|
||||
- :sunrise: allow create consumers with multiple auth plugins [#2898](https://github.com/apache/apisix/pull/2898)
|
||||
- :sunrise: increase the delay before resync etcd [#2977](https://github.com/apache/apisix/pull/2977)
|
||||
- :sunrise: support enable/disable route [#2943](https://github.com/apache/apisix/pull/2943)
|
||||
- :sunrise: route accroding to the graphql attributes [#2964](https://github.com/apache/apisix/pull/2964)
|
||||
- :sunrise: route according to the graphql attributes [#2964](https://github.com/apache/apisix/pull/2964)
|
||||
- :sunrise: share etcd auth token [#2932](https://github.com/apache/apisix/pull/2932)
|
||||
- :sunrise: add control API [#3048](https://github.com/apache/apisix/pull/3048)
|
||||
|
||||
|
2
FAQ.md
2
FAQ.md
@ -296,7 +296,7 @@ By default, APISIX only listens on port 9080 when handling HTTP requests. If you
|
||||
|
||||
## How does APISIX use etcd to achieve millisecond-level configuration synchronization
|
||||
|
||||
etcd provides subscription funtions to monitor whether the specified keyword or directory is changed (for example: [watch](https://github.com/api7/lua-resty-etcd/blob/master/api_v3.md#watch), [watchdir](https://github.com/api7/lua-resty-etcd/blob/master/api_v3.md#watchdir)).
|
||||
etcd provides subscription functions to monitor whether the specified keyword or directory is changed (for example: [watch](https://github.com/api7/lua-resty-etcd/blob/master/api_v3.md#watch), [watchdir](https://github.com/api7/lua-resty-etcd/blob/master/api_v3.md#watchdir)).
|
||||
|
||||
APISIX uses [etcd.watchdir](https://github.com/api7/lua-resty-etcd/blob/master/api_v3.md#watchdir) to monitor directory content changes:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user