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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoginth <me@yoginth.com>2019-06-12 18:51:29 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-06-12 18:51:29 +0300
commit88bb6b1d740b2f1c6a94883ffd8c348574b4754e (patch)
treeadf30ead83af2b42d0f4390d3005372e0cdd548d /doc/development/gitaly.md
parent9450e4745542add38ffdadbc9356efd8a45066c9 (diff)
Fix Typos
Diffstat (limited to 'doc/development/gitaly.md')
-rw-r--r--doc/development/gitaly.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md
index 4ef20d5fd74..c8beb808a54 100644
--- a/doc/development/gitaly.md
+++ b/doc/development/gitaly.md
@@ -245,7 +245,7 @@ Here are the steps to gate a new feature in Gitaly behind a feature flag.
// go implementation
} else {
findAllTagsRequests.WithLabelValues("ruby").Inc()
- // ruby impelmentation
+ // ruby implementation
}
```