Skip to content

Commit bacd412

Browse files
authored
Merge pull request #810 from jwulf/patch-1
Fix minor spelling error
2 parents 5cdf9a4 + e2f4019 commit bacd412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function executeFields(
408408
* the passed in map of fields, and returns it at the end.
409409
*
410410
* CollectFields requires the "runtime type" of an object. For a field which
411-
* returns and Interface or Union type, the "runtime type" will be the actual
411+
* returns an Interface or Union type, the "runtime type" will be the actual
412412
* Object type returned by that field.
413413
*/
414414
function collectFields(

0 commit comments

Comments
 (0)