We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f96b6 commit 6004937Copy full SHA for 6004937
spring-graphql-test/src/main/java/org/springframework/graphql/test/tester/GraphQlTester.java
@@ -445,7 +445,7 @@ interface Errors {
445
Errors expect(Predicate<ResponseError> errorPredicate);
446
447
/**
448
- * 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
449
* not been {@link #filter(Predicate) filtered out}.
450
* @return a spec to switch to a data path
451
*/
0 commit comments