From 5c8ed75baf4e6af17c88a921a76891a6cbe74bd6 Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Thu, 7 Oct 2021 15:24:02 +0800 Subject: [PATCH] [skip ci]Fix spelling errors for docker build doc (#9385) Signed-off-by: Weida Zhu --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index f39d94842..975551a88 100644 --- a/build/README.md +++ b/build/README.md @@ -203,7 +203,7 @@ Modify vscode go setups if necessary, the setting path is **code -> preference - ![image](../docs/imgs/settings.png) -Enable Code debug by remot debugging with dlv, you can enable debugging by run the following command inside your docker: +Enable Code debug by remote debugging with dlv, you can enable debugging by run the following command inside your docker: ```shell cp /go/bin/dlv /go/bin/dlv-dap -- GitLab