diff --git a/spring-graphql-test/src/main/java/org/springframework/graphql/test/tester/GraphQlTester.java b/spring-graphql-test/src/main/java/org/springframework/graphql/test/tester/GraphQlTester.java index 203a25b6..8c382125 100644 --- a/spring-graphql-test/src/main/java/org/springframework/graphql/test/tester/GraphQlTester.java +++ b/spring-graphql-test/src/main/java/org/springframework/graphql/test/tester/GraphQlTester.java @@ -445,7 +445,7 @@ public interface GraphQlTester { Errors expect(Predicate errorPredicate); /** - * Verify there are either no errors or that there no unexpected errors that have + * Verify there are either no errors or that there are no unexpected errors that have * not been {@link #filter(Predicate) filtered out}. * @return a spec to switch to a data path */