From 8e3bf6f1ad0e9e1d4e3fca97bf3419cc24fbf690 Mon Sep 17 00:00:00 2001 From: Gallardot Date: Wed, 22 Nov 2023 17:19:34 +0800 Subject: [PATCH] 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 2c8ca048..3226692d 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 ```