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:
Diffstat (limited to 'app/graphql/types/user_type.rb')
-rw-r--r--app/graphql/types/user_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/user_type.rb b/app/graphql/types/user_type.rb
index a6f5b7e7456..170f28103eb 100644
--- a/app/graphql/types/user_type.rb
+++ b/app/graphql/types/user_type.rb
@@ -3,7 +3,7 @@
module Types
class UserType < ::Types::BaseObject
graphql_name 'UserCore'
- description 'Core represention of a GitLab user.'
+ description 'Core representation of a GitLab user.'
implements ::Types::UserInterface
authorize :read_user