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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-20 03:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-20 03:09:03 +0300
commit52ac2cacfd048c17cdbe2a190a39d3d4ad945961 (patch)
treeb511af3a80f7b934f335ca5273f9a0f98322327c /doc/development
parent6387405a06f0f2e8c38a4dc93af0f7f7b53eb332 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/api_graphql_styleguide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/api_graphql_styleguide.md b/doc/development/api_graphql_styleguide.md
index 053eb55420e..9ff5603e8a4 100644
--- a/doc/development/api_graphql_styleguide.md
+++ b/doc/development/api_graphql_styleguide.md
@@ -220,7 +220,7 @@ end
them non-nullable. These options can still be overridden by adding
them as arguments.
- **`ability_field`**: Expose an ability defined in our policies. This
- takes behaves the same way as `permission_field` and the same
+ behaves the same way as `permission_field` and the same
arguments can be overridden.
- **`abilities`**: Allows exposing several abilities defined in our
policies at once. The fields for these will all have be non-nullable