You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2023/03/03 10:54:32 UTC

[apisix-ingress-controller] branch master updated: docs: fix typo in aks deployment guide (#1695)

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

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new db4dc71a docs: fix typo in aks deployment guide (#1695)
db4dc71a is described below

commit db4dc71a9a88d92315551fcb0eed30552643fb87
Author: Abhith Rajan <70...@users.noreply.github.com>
AuthorDate: Fri Mar 3 14:54:24 2023 +0400

    docs: fix typo in aks deployment guide (#1695)
---
 docs/en/latest/deployments/azure.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/deployments/azure.md b/docs/en/latest/deployments/azure.md
index 697c3c58..4a08e160 100644
--- a/docs/en/latest/deployments/azure.md
+++ b/docs/en/latest/deployments/azure.md
@@ -89,7 +89,7 @@ See [this tutorial](https://apisix.apache.org/docs/ingress-controller/tutorials/
 
 This will create the five resources mentioned below:
 
-* `apisix-gateway`: dataplane the process the traffic.
+* `apisix-gateway`: dataplane that process the traffic.
 * `apisix-admin`: control plane that processes all configuration changes.
 * `apisix-ingress-controller`: ingress controller which exposes APISIX.
 * `apisix-etcd` and `apisix-etcd-headless`: stores configuration and handles internal communication.