Skip to content

Commit 6004937

Browse files
jwigertrstoyanchev
authored andcommitted
Fix typo in Javadoc of GraphQlTester
Closes gh-523
1 parent 02f96b6 commit 6004937

File tree

1 file changed

+1
-1
lines changed
  • spring-graphql-test/src/main/java/org/springframework/graphql/test/tester

1 file changed

+1
-1
lines changed

Diff for: spring-graphql-test/src/main/java/org/springframework/graphql/test/tester/GraphQlTester.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ interface Errors {
445445
Errors expect(Predicate<ResponseError> errorPredicate);
446446

447447
/**
448-
* Verify there are either no errors or that there no unexpected errors that have
448+
* Verify there are either no errors or that there are no unexpected errors that have
449449
* not been {@link #filter(Predicate) filtered out}.
450450
* @return a spec to switch to a data path
451451
*/

0 commit comments

Comments
 (0)