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:
authorRay Paik <rpaik@gitlab.com>2019-06-17 03:45:11 +0300
committerRay Paik <rpaik@gitlab.com>2019-06-17 03:45:11 +0300
commit944d3d4c80c01aa1d16df239664f0cca37413495 (patch)
tree15d27e9aa4875530ceaf2429e637d546d825c85e
parent82822945d446acf44176a36da38675e98ca17616 (diff)
parent0880d712a0ecc5ff414635a52085c4a7cbf1b032 (diff)
Merge branch 'fix/grammar' into 'master'
[Docs] Fix minor grammar issue See merge request gitlab-org/gitlab-ce!29716
-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)