Skip to content

Commit 6dc28da

Browse files
Bastian Büldfmbenhassine
Bastian Büld
authored andcommitted
Fix grammatical error in restart.adoc
Issue #4600
1 parent 101496d commit 6dc28da

File tree

1 file changed

+1
-1
lines changed
  • spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing

1 file changed

+1
-1
lines changed

spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/restart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require some specific configuration.
99
== Setting a Start Limit
1010

1111
There are many scenarios where you may want to control the number of times a `Step` can
12-
be started. For example, you might need to configure a particular `Step` might so that it
12+
be started. For example, you might need to configure a particular `Step` so that it
1313
runs only once because it invalidates some resource that must be fixed manually before it can
1414
be run again. This is configurable on the step level, since different steps may have
1515
different requirements. A `Step` that can be executed only once can exist as part of the

0 commit comments

Comments
 (0)