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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-11-14 20:46:08 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-11-14 20:46:08 +0300
commit2413587967f5acd132500b3ebeb58379cb31ee8f (patch)
treeabff040db41565037efa62da8ba1646ca0e638b4
parent6c8c28713f2b607b3c10d9abff9a6267a1f573f4 (diff)
parent1fa5430990764e7275615be2515866808eb3239c (diff)
Merge branch 'beginner' into 'master'
Fix doc/beginners_guide.md See merge request gitlab-org/gitaly!1625
-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:
```