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 2023/04/05 01:00:32 UTC

[apisix-website] branch master updated: docs: fix incorrect sentence (#1550)

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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new fcf7245609a docs: fix incorrect sentence (#1550)
fcf7245609a is described below

commit fcf7245609abb984f365be1ab44e1588a9bf56e0
Author: Liu Wei <mo...@gmail.com>
AuthorDate: Wed Apr 5 09:00:22 2023 +0800

    docs: fix incorrect sentence (#1550)
---
 blog/en/blog/2021/08/10/apisix-nginx.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/blog/en/blog/2021/08/10/apisix-nginx.md b/blog/en/blog/2021/08/10/apisix-nginx.md
index 3dc51358c8b..de2dcad2227 100644
--- a/blog/en/blog/2021/08/10/apisix-nginx.md
+++ b/blog/en/blog/2021/08/10/apisix-nginx.md
@@ -1,7 +1,7 @@
 ---
 title: "APISIX Architecture: How to Dynamically Manage NGINX Cluster?"
 author: Hui Tao
-keywords: 
+keywords:
 - API Gateway
 - Apache APISIX
 - Nginx
@@ -48,7 +48,7 @@ Where the prefix /apisix can be changed in conf/config.yaml, e.g.
 
 ```yaml
 etcd:
-  host:  
+  host:
     - "http://127.0.0.1:2379"
   prefix: /apisix # apisix configurations prefix
 ```