From 2cf61689c50ec086a3b86da4a647d4ee8ed8eb24 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Tue, 22 Dec 2020 09:17:51 +0800 Subject: [PATCH] Fix typo Signed-off-by: Chin-Ya Huang --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index bafedb03fa..7663d8a20d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -20,7 +20,7 @@ To build the binaries using without running linting (ie; if you have uncommitted SKIP_VALIDATE=true make ``` -If you make any changes to go.mod and want to update the vendored modules, you should run the following before runnining `make`: +If you make any changes to go.mod and want to update the vendored modules, you should run the following before running `make`: ```bash go mod vendor && go mod tidy ```