From 6004937ad2aa68da2fbecde244c7cbf7106e097c Mon Sep 17 00:00:00 2001 From: Johan Wigert <45201794+jwigert@users.noreply.github.com> Date: Thu, 3 Nov 2022 14:44:29 +0100 Subject: [PATCH] Fix typo in Javadoc of GraphQlTester Closes gh-523 --- .../org/springframework/graphql/test/tester/GraphQlTester.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */