Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/webonyx/graphql-php
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar committed Jan 26, 2017
2 parents c545474 + 81d28f7 commit d10e933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Executor/Executor.php
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ public static function defaultFieldResolver($source, $args, $context, ResolveInf
}

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

0 comments on commit d10e933

Please sign in to comment.