You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/08/30 01:08:25 UTC

[apisix] branch master updated: docs(deployment): fix typo (#7805)

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

juzhiyuan 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 85b62375d docs(deployment): fix typo (#7805)
85b62375d is described below

commit 85b62375df435a2e539681a1b08bd40158c25bb2
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Aug 30 09:08:15 2022 +0800

    docs(deployment): fix typo (#7805)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 docs/en/latest/deployment-modes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/deployment-modes.md b/docs/en/latest/deployment-modes.md
index ec26a9047..df70bf4f6 100644
--- a/docs/en/latest/deployment-modes.md
+++ b/docs/en/latest/deployment-modes.md
@@ -89,7 +89,7 @@ deployment:
         trusted_ca_cert: /path/to/ca-cert
 ```
 
-The instance of APISIX deployeas the control plane will:
+The instance of APISIX deployed as the control plane will:
 
 1. Listen on port `9180` and handle Admin API requests.
 2. Provide the conf server which will listen on port `9280`. Both the control plane and the data plane will connect to this via HTTPS enforced by mTLS.