From 1ff9c429d60d5773bf198bec7bff3267c73b0e7d Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 26 Jan 2017 11:18:53 +0100 Subject: [PATCH] Fix typo in DocBlock --- src/Executor/Executor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index c6a2fda..7ef5fa0 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -922,7 +922,7 @@ class Executor } /** - * 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