docs: fix spelling (#3249)

This commit is contained in:
John Bampton 2021-01-12 11:03:14 +10:00 committed by GitHub
parent cacf0634d2
commit 9361dc8182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
View File

@ -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: