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:
authorArun Kumar Mohan <arunmohandm@gmail.com>2019-06-15 00:20:32 +0300
committerArun Kumar Mohan <arunmohandm@gmail.com>2019-06-15 00:20:32 +0300
commit0880d712a0ecc5ff414635a52085c4a7cbf1b032 (patch)
tree56e021bed1e76e7144373878188c4ed801b31837 /doc/development
parent8d30bd91fad15b7486883f8fa4039281a090a1d3 (diff)
Fix minor grammar issue
Diffstat (limited to 'doc/development')
-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)