diff options
author | Dennis Tang <dennis@dennistang.net> | 2018-06-12 03:28:29 +0000 |
---|---|---|
committer | Dennis Tang <dennis@dennistang.net> | 2018-06-12 03:28:29 +0000 |
commit | c08718c321b99173bde812edb9b2358c963e0de9 (patch) | |
tree | c1d880c00bb5d113231533669e604c9b524498f7 /doc | |
parent | 26c9d71666d0350b17431a75d8c31d0316bd7220 (diff) | |
download | gitlab-ce-c08718c321b99173bde812edb9b2358c963e0de9.tar.gz |
Fix typo in doc/development/README.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/README.md | 2 |
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) |