This is an automated email from the ASF dual-hosted git repository.
alinsran 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 8e3bf6f doc: fix typo (#520)
8e3bf6f is described below
commit 8e3bf6f1ad0e9e1d4e3fca97bf3419cc24fbf690
Author: Gallardot <[email protected]>
AuthorDate: Wed Nov 22 17:19:34 2023 +0800
doc: fix typo (#520)
---
docs/en/latest/build.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/build.md b/docs/en/latest/build.md
index 2c8ca04..3226692 100644
--- a/docs/en/latest/build.md
+++ b/docs/en/latest/build.md
@@ -28,7 +28,7 @@ title: Build an image from the source codes
Clone the [apisix-docker](https://github.com/apache/apisix-docker) repository
and navigate into the project directory:
```shell
-git clone git clone https://github.com/apache/apisix-docker.git
+git clone https://github.com/apache/apisix-docker.git
cd apisix-docker
```