Skip to content

Commit 3457821

Browse files
committed
Fix typos in documment for configuring steps
1 parent a031637 commit 3457821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-docs/src/main/asciidoc/step.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ an in-line `<step/>` (one defined within a `<job/>`), it is an attribute on the
160160
element. For a standalone `<step/>`, it is defined as an attribute of the <tasklet/>.
161161

162162
[role="javaContent"]
163-
* `repository`: The The Java-specific name of the `JobRepository` that periodically stores
163+
* `repository`: The Java-specific name of the `JobRepository` that periodically stores
164164
the `StepExecution` and `ExecutionContext` during processing (just before committing).
165165

166166
[role="xmlContent"]
167167
* `commit-interval`: The XML-specific name of the the number of items to be processed
168168
before the transaction is committed.
169169

170170
[role="javaContent"]
171-
* `chunk`: The XML-specific name of the dependency that indicates that this is an
171+
* `chunk`: The Java-specific name of the dependency that indicates that this is an
172172
item-based step and the number of items to be processed before the transaction is
173173
committed.
174174

0 commit comments

Comments
 (0)