diff --git a/src/Resolver/TypeResolver.php b/src/Resolver/TypeResolver.php index 1ebf4ac27..5827938f1 100644 --- a/src/Resolver/TypeResolver.php +++ b/src/Resolver/TypeResolver.php @@ -69,7 +69,7 @@ private function baseType($alias): Type $type = $this->getSolution($alias); if (null === $type) { throw new UnresolvableException( - \sprintf('Could not found type with alias "%s". Do you forget to define it?', $alias) + \sprintf('Could not find type with alias "%s". Did you forget to define it?', $alias) ); }