This is an automated email from the ASF dual-hosted git repository.

spacewander 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 9361dc8  docs: fix spelling (#3249)
9361dc8 is described below

commit 9361dc8182053d224aeedb9c2edbf88365a95fc7
Author: John Bampton <[email protected]>
AuthorDate: Tue Jan 12 11:03:14 2021 +1000

    docs: fix spelling (#3249)
---
 .github/workflows/spellchecker.yml | 2 +-
 CHANGELOG.md                       | 2 +-
 FAQ.md                             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/spellchecker.yml 
b/.github/workflows/spellchecker.yml
index 9c006c4..e120b81 100644
--- a/.github/workflows/spellchecker.yml
+++ b/.github/workflows/spellchecker.yml
@@ -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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c033c2e..b44d358 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
 
diff --git a/FAQ.md b/FAQ.md
index 9cd3810..5537e3e 100644
--- a/FAQ.md
+++ b/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:
 

Reply via email to