diff --git a/src/site/docbook/reference/domain.xml b/src/site/docbook/reference/domain.xml
index a31d4d7b4..39f9505d0 100644
--- a/src/site/docbook/reference/domain.xml
+++ b/src/site/docbook/reference/domain.xml
@@ -979,13 +979,14 @@ ExecutionContext ecJob = jobExecution.getExecutionContext();
Item Writer
- ItemWriter is an abstraction that represents
- the output of a Step, one item at a time.
- Generally, an item writer has no knowledge of the input it will receive
- next, only the item that was passed in its current invocation. More
- details about the ItemWriter interface and its
- various implementations can be found in .
+ ItemWriter is an abstraction that
+ represents the output of a Step, one batch
+ or chunk of items at a time. Generally, an item writer has no
+ knowledge of the input it will receive next, only the item that
+ was passed in its current invocation. More details about the
+ ItemWriter interface and its various
+ implementations can be found in .