Skip to content

Commit 81d28f7

Browse files
authored
Merge pull request #86 from danez/patch-1
Fix typo in DocBlock
2 parents fa96117 + 1ff9c42 commit 81d28f7

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)