summaryrefslogtreecommitdiff
path: root/app/graphql/types/group_invitation_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/group_invitation_type.rb')
-rw-r--r--app/graphql/types/group_invitation_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/group_invitation_type.rb b/app/graphql/types/group_invitation_type.rb
index efb0c8a41c8..06a997bbc14 100644
--- a/app/graphql/types/group_invitation_type.rb
+++ b/app/graphql/types/group_invitation_type.rb
@@ -11,7 +11,7 @@ module Types
description 'Represents a Group Invitation'
field :group, Types::GroupType, null: true,
- description: 'Group that a User is invited to'
+ description: 'Group that a User is invited to.'
def group
Gitlab::Graphql::Loaders::BatchModelLoader.new(Group, object.source_id).find