Skip to content

Commit 10d335f

Browse files
authored
Fixed typo in batch.adoc
Changed the following on line 121 - `Step`. The following example shows how to configure the `DefaultStepExecutionHandler`: + `Step`. The following example shows how to configure the `DeployerStepExecutionHandler`:
1 parent 704b8df commit 10d335f

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-task-docs/src/main/asciidoc

1 file changed

+1
-1
lines changed

spring-cloud-task-docs/src/main/asciidoc/batch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ which the über-jar is located. Both the manager and worker are expected to have
118118
into the same data store being used as the job repository and task repository. Once the
119119
underlying infrastructure has bootstrapped the Spring Boot jar and Spring Boot has
120120
launched the `DeployerStepExecutionHandler`, the step handler executes the requested
121-
`Step`. The following example shows how to configure the `DefaultStepExecutionHandler`:
121+
`Step`. The following example shows how to configure the `DeployerStepExecutionHandler`:
122122

123123
[source,java]
124124
----

0 commit comments

Comments
 (0)