Skip to content

Commit 0109b6f

Browse files
committed
Fix grammar error in testing.adoc
- Fixes grammatical error in the Unit Testing section Signed-off-by: Anil Kutahyali <[email protected]>
1 parent e74e928 commit 0109b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/modules/ROOT/pages/testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
As with other application styles, it is extremely important to unit test any code written
66
as part of a batch job. The Spring core documentation covers how to unit and integration
7-
test with Spring in great detail, so it is not be repeated here. It is important, however,
7+
test with Spring in great detail, so it will not be repeated here. It is important, however,
88
to think about how to "`end to end`" test a batch job, which is what this chapter covers.
99
The `spring-batch-test` project includes classes that facilitate this end-to-end test
1010
approach.

0 commit comments

Comments
 (0)