BATCH-2140: Fixed typo in documentation

This commit is contained in:
Michael Minella
2013-12-19 15:40:33 -06:00
parent 28ab61fa3f
commit 0a47217be3

View File

@@ -238,7 +238,7 @@ catch (JobRestartException e) {
<classname>@Enable*</classname> annotations in the Spring family. In this case,
<classname>@EnableBatchProcessing</classname> provides a base configuration for
building batch jobs. Within this base configuration, an instance of
<classname>StepScope</classname> is createded in addition to a number of beans made
<classname>StepScope</classname> is created in addition to a number of beans made
available to be autowired:
</para>