You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2020/12/24 08:02:53 UTC

[apisix-docker] branch master updated: docs: fix spelling (#104)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 787fcfa  docs: fix spelling (#104)
787fcfa is described below

commit 787fcfa4770508ecdd072d7772babb7c45b2bb80
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Thu Dec 24 18:02:45 2020 +1000

    docs: fix spelling (#104)
    
    * docs: fix spelling
    
    * Fix Markdown
    
    Co-authored-by: YuanSheng Wang <me...@gmail.com>
---
 README.md | 2 +-
 manual.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3d2092f..d702ab6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## How To Build Image
 
-**The master branch is for the verison of Apache APISIX 2.x . If you need a previous version, please build from the [v1.x](https://github.com/apache/apisix-docker/releases/tag/v1.x) tag.**
+**The master branch is for the version of Apache APISIX 2.x . If you need a previous version, please build from the [v1.x](https://github.com/apache/apisix-docker/releases/tag/v1.x) tag.**
 
 ### Build an image from source
 
diff --git a/manual.md b/manual.md
index c579d48..77c8b90 100644
--- a/manual.md
+++ b/manual.md
@@ -27,8 +27,8 @@ docker run -it --name etcd-server \
 
 > Note:
 >
-> 1. windows OS use absolute paths to hang in the configuration file.
-> 2. e.g:windows dir path `E:\GitHub\docker-apisix`,configuration  file hang path is `-v /e/github/docker-apisix/example/etcd_conf/etcd.conf.yml:/opt/bitnami/etcd/conf/etcd.conf.yml`
+> 1. Windows OS use absolute paths to hang in the configuration file.
+> 2. e.g:Windows dir path `E:\GitHub\docker-apisix`,configuration file hang path is `-v /e/github/docker-apisix/example/etcd_conf/etcd.conf.yml:/opt/bitnami/etcd/conf/etcd.conf.yml`
 
 ### Run Apache APISIX server
 
@@ -51,7 +51,7 @@ docker run --name test-api-gateway \
 
 > Note:
 >
-> 1. windows OS use absolute paths to hang in the configuration file and log dir.
+> 1. Windows OS use absolute paths to hang in the configuration file and log dir.
 >
 
 ### Have a test