From a7bb1ef88607605b6b5c331e48cdcab427f8e514 Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Mon, 25 Nov 2019 08:59:27 +0800 Subject: [PATCH] Polishing docs --- spring-batch-docs/asciidoc/scalability.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-docs/asciidoc/scalability.adoc b/spring-batch-docs/asciidoc/scalability.adoc index 55858986d..3369ae5e7 100644 --- a/spring-batch-docs/asciidoc/scalability.adoc +++ b/spring-batch-docs/asciidoc/scalability.adoc @@ -329,7 +329,7 @@ step. There is a simple example that can be copied and extended in the unit test suite for https://github.com/spring-projects/spring-batch/tree/master/spring-batch-samples/src/main/resources/jobs[Spring -Batch Samples] (see `Partition*Job.xml` configuration). +Batch Samples] (see `partition*Job.xml` configuration). Spring Batch creates step executions for the partitions called "step1:partition0", and so on. Many people prefer to call the manager step "step1:manager" for consistency. You can