Skip to content

Commit f2934d4

Browse files
KnerioCopilot
andauthored
Update app/graphql/mutations/users/create.rb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dario Pranjic <96529060+Knerio@users.noreply.github.com>
1 parent 060fa61 commit f2934d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/graphql/mutations/users/create.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Mutations
44
module Users
55
class Create < BaseMutation
6-
description 'Admin-create an user.'
6+
description 'Admin-create a user.'
77

88
field :user, Types::UserType, null: true, description: 'The created user.'
99

0 commit comments

Comments
 (0)