We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101496d commit 6dc28daCopy full SHA for 6dc28da
spring-batch-docs/modules/ROOT/pages/step/chunk-oriented-processing/restart.adoc
@@ -9,7 +9,7 @@ require some specific configuration.
9
== Setting a Start Limit
10
11
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
+be started. For example, you might need to configure a particular `Step` so that it
13
runs only once because it invalidates some resource that must be fixed manually before it can
14
be run again. This is configurable on the step level, since different steps may have
15
different requirements. A `Step` that can be executed only once can exist as part of the
0 commit comments