From 06411455fa872456a971f09e8422b577693d7289 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 5 Apr 2010 16:49:06 +0000 Subject: [PATCH] typo in step reference --- src/site/docbook/reference/step.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/docbook/reference/step.xml b/src/site/docbook/reference/step.xml index 4a7d750ab..4da6580f4 100644 --- a/src/site/docbook/reference/step.xml +++ b/src/site/docbook/reference/step.xml @@ -105,7 +105,7 @@ itemWriter.write(items); before committing). For an in-line <step/> (one defined within a <job/>) it is an attribute on the <job/> element; for a standalone step, it is defined as an attribute of - the on the <tasklet/>. + the <tasklet/>.