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 e712abf  docs: fix spelling (#3995)
e712abf is described below

commit e712abf5bfd0412dcf2ea95d2625b4fa54f01486
Author: John Bampton <[email protected]>
AuthorDate: Wed Apr 7 11:02:08 2021 +1000

    docs: fix spelling (#3995)
---
 docs/en/latest/admin-api.md              | 2 +-
 docs/en/latest/plugins/authz-keycloak.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/admin-api.md b/docs/en/latest/admin-api.md
index 8878817..981685a 100644
--- a/docs/en/latest/admin-api.md
+++ b/docs/en/latest/admin-api.md
@@ -38,7 +38,7 @@ title: Admin API
 
 The Admin API is a group of APIs served for the Apache APISIX, we could pass 
parameters to APIs to control APISIX Nodes. To have a better understanding 
about how it works, please see [the architecture 
design](./architecture-design/apisix.md).
 
-When Apache APISIX launches, the Admin API will listen on `9080` port by 
default (`9443` port for HTTPS). You could take another port by modifing the 
[conf/config.yaml](../../../conf/config.yaml) file.
+When Apache APISIX launches, the Admin API will listen on `9080` port by 
default (`9443` port for HTTPS). You could take another port by modifying the 
[conf/config.yaml](../../../conf/config.yaml) file.
 
 ## Route
 
diff --git a/docs/en/latest/plugins/authz-keycloak.md 
b/docs/en/latest/plugins/authz-keycloak.md
index dcefb57..af56776 100644
--- a/docs/en/latest/plugins/authz-keycloak.md
+++ b/docs/en/latest/plugins/authz-keycloak.md
@@ -124,7 +124,7 @@ If the `http_method_as_scope` attribute is set to `true`, 
the plugin maps the re
 of the same name. The scope is then added to every permission to check.
 
 If `lazy_load_paths` is `false`, the plugin adds the mapped scope to any of 
the static permissions configured
-in the `permissions` attribute, even if they contain one or more scopes alreay.
+in the `permissions` attribute, even if they contain one or more scopes 
already.
 
 ## How To Enable
 

Reply via email to