summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-06-12 08:09:27 +0000
committerDouwe Maan <douwe@gitlab.com>2018-06-12 08:09:27 +0000
commitda9b6416c56e254ce1ab429358533ac93928dbe6 (patch)
tree0d513a6db5d1b1321008d7c59a470fc824d17163
parent7cd722f29ef4441751b74a13e6bae53e64b12e6b (diff)
parentc08718c321b99173bde812edb9b2358c963e0de9 (diff)
downloadgitlab-ce-da9b6416c56e254ce1ab429358533ac93928dbe6.tar.gz
Merge branch 'patch-28' into 'master'
Fix typo in doc/development/README.md See merge request gitlab-org/gitlab-ce!19679
-rw-r--r--doc/development/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 92d9829192e..5d6fed5bc72 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -32,7 +32,7 @@ description: 'Learn how to contribute to GitLab.'
- [GitLab utilities](utilities.md)
- [API styleguide](api_styleguide.md) Use this styleguide if you are
contributing to the API.
-- [GrapQL API styleguide](api_graphql_styleguide.md) Use this
+- [GraphQL API styleguide](api_graphql_styleguide.md) Use this
styleguide if you are contribution to the [GraphQL API](../api/graphql/index.md)
- [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers
- [Working with Gitaly](gitaly.md)