diff --git a/src/site/docbook/reference/step.xml b/src/site/docbook/reference/step.xml
index 48e1ede8a..043939a58 100644
--- a/src/site/docbook/reference/step.xml
+++ b/src/site/docbook/reference/step.xml
@@ -35,7 +35,7 @@
the data one at a time, and creating 'chunks' that will be written out,
within a transaction boundary. One item is read in from an
ItemReader, handed to an
- ItemWriter, and aggregated. Once the number of
+ ItemProcessor, and aggregated. Once the number of
items read equals the commit interval, the entire chunk is written out via
the ItemWriter, and then the transaction is committed.