From 0a47217be3f74957401eb8b32ef0e0a328aa6864 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Thu, 19 Dec 2013 15:40:33 -0600 Subject: [PATCH] BATCH-2140: Fixed typo in documentation --- src/site/docbook/reference/job.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/docbook/reference/job.xml b/src/site/docbook/reference/job.xml index 997f97eaf..a9c117220 100644 --- a/src/site/docbook/reference/job.xml +++ b/src/site/docbook/reference/job.xml @@ -238,7 +238,7 @@ catch (JobRestartException e) { @Enable* annotations in the Spring family. In this case, @EnableBatchProcessing provides a base configuration for building batch jobs. Within this base configuration, an instance of - StepScope is createded in addition to a number of beans made + StepScope is created in addition to a number of beans made available to be autowired: