Skip to content

Commit 4669921

Browse files
benelogfmbenhassine
authored andcommitted
Fix typos in document for configuring steps
1 parent 91b393c commit 4669921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/asciidoc/step.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ public Step step1() {
973973

974974
An `ItemReader`, `ItemWriter` or `ItemProcessor` that itself implements one of the
975975
`StepListener` interfaces is registered automatically with the `Step` if using the
976-
namespace `<step>` element or one of the the `*StepFactoryBean` factories. This only
976+
namespace `<step>` element or one of the `*StepFactoryBean` factories. This only
977977
applies to components directly injected into the `Step`. If the listener is nested inside
978978
another component, it needs to be explicitly registered (as described previously under
979979
<<registeringItemStreams>>).

0 commit comments

Comments
 (0)