From b6510e8ea89b7de6c32a6c40b455dcc97d89a317 Mon Sep 17 00:00:00 2001 From: Mark Makarychev Date: Fri, 20 Mar 2020 15:26:13 -0700 Subject: [PATCH] Fixed doc typo --- docs/Development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Development.md b/docs/Development.md index 2b775d8..a488969 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -38,6 +38,7 @@ If you worked with the microservice before you can check out latest changes and ```bash go get -u ``` + ## Building The commons is written in Golang language. @@ -45,7 +46,7 @@ So, if you make changes to the source code you need to compile it before running The process will output compiled executable files. ```bash -go buld +go build ``` ## Testing