Skip to content

Commit d10e933

Browse files
committed
Merge branch 'master' of https://github.com/webonyx/graphql-php
2 parents c545474 + 81d28f7 commit d10e933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Executor/Executor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ public static function defaultFieldResolver($source, $args, $context, ResolveInf
922922
}
923923

924924
/**
925-
* This method looks up the field on the given type defintion.
925+
* This method looks up the field on the given type definition.
926926
* It has special casing for the two introspection fields, __schema
927927
* and __typename. __typename is special because it can always be
928928
* queried as a field, even in situations where no other fields

0 commit comments

Comments
 (0)