Skip to content

Commit 1237c18

Browse files
committed
readme: fix typo
1 parent 0a82be2 commit 1237c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class UserType extends GraphQLType
179179
'type' => Type::nonNull(Type::string()),
180180
'description' => 'The id of the user',
181181
// Use 'alias', if the database column is different from the type name.
182-
// This is supposed for discrete values as well as relations.
182+
// This is supported for discrete values as well as relations.
183183
// You can also use `DB::raw()` to solve more complex issues
184184
'alias' => 'user_id',
185185
],

0 commit comments

Comments
 (0)