summaryrefslogtreecommitdiff
path: root/doc/development/api_graphql_styleguide.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-11-01 10:34:23 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-11-01 10:34:23 +0000
commit7f47e13218477c13cc627c2f0664500b72ea18b7 (patch)
tree077f08ada085795dab3a4ecbcfa0436d67642977 /doc/development/api_graphql_styleguide.md
parent1c50200b9aba86d2ba66b81dee7886a51dc38409 (diff)
parent733ae9492129e835f183902a97ee0886e2dbdc9b (diff)
downloadgitlab-ce-7f47e13218477c13cc627c2f0664500b72ea18b7.tar.gz
Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'
Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
Diffstat (limited to 'doc/development/api_graphql_styleguide.md')
-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 6c6e198a7c3..95722c027ba 100644
--- a/doc/development/api_graphql_styleguide.md
+++ b/doc/development/api_graphql_styleguide.md
@@ -379,7 +379,7 @@ let(:mutation) do
)
end
-it 'returns a successfull response' do
+it 'returns a successful response' do
post_graphql_mutation(mutation, current_user: user)
expect(response).to have_gitlab_http_status(:success)