summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Kumar Mohan <arunmohandm@gmail.com>2019-06-14 16:20:32 -0500
committerArun Kumar Mohan <arunmohandm@gmail.com>2019-06-14 16:20:32 -0500
commit0880d712a0ecc5ff414635a52085c4a7cbf1b032 (patch)
tree56e021bed1e76e7144373878188c4ed801b31837
parent8d30bd91fad15b7486883f8fa4039281a090a1d3 (diff)
downloadgitlab-ce-0880d712a0ecc5ff414635a52085c4a7cbf1b032.tar.gz
Fix minor grammar issue
-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 d2f09fc01de..b7322ab731f 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -35,7 +35,7 @@ description: 'Learn how to contribute to GitLab.'
- [API styleguide](api_styleguide.md) Use this styleguide if you are
contributing to the API.
- [GraphQL API styleguide](api_graphql_styleguide.md) Use this
- styleguide if you are contribution to the [GraphQL API](../api/graphql/index.md)
+ styleguide if you are contributing to the [GraphQL API](../api/graphql/index.md)
- [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers
- [Working with Gitaly](gitaly.md)
- [Manage feature flags](feature_flags.md)