Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-11-14 17:01:45 +0300
committerUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-11-14 17:01:45 +0300
commit1fa5430990764e7275615be2515866808eb3239c (patch)
treeabff040db41565037efa62da8ba1646ca0e638b4
parent6c8c28713f2b607b3c10d9abff9a6267a1f573f4 (diff)
Fix doc/beginners_guide.md
-rw-r--r--doc/beginners_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/beginners_guide.md b/doc/beginners_guide.md
index 934cdc5cb..7b720ef6a 100644
--- a/doc/beginners_guide.md
+++ b/doc/beginners_guide.md
@@ -50,7 +50,7 @@ you several options:
- use a "dumb" text editor and run `go` commands in a dedicated
terminal window with the correct exported GOPATH
- use VSCode with `"go.inferGopath": true` in your user settings. This
- will auto-detect the GDK embededded GOPATH
+ will auto-detect the GDK embedded GOPATH
- launch a new Atom window with the GDK embedded GOPATH:
```