spring-projects/spring-batch

typo in the chapter Spring Batch Integration of documentation

pxzxj opened this issue · 2 comments

chapter Spring Batch Integration/Sub-elements/Asynchronous Processors
Asynchronous Processors help you scale the processing of items. In the asynchronous processor use case, an AsyncItemProcessor serves as a dispatcher, executing the logic of the ItemProcessor for an item on a new thread. Once the item completes, the Future is passed to the AsynchItemWriter to be written.

wrong: AsynchItemWriter
correct: AsyncItemWriter

That correct, good catch! You are welcome to contribute the fix if you want.

OK,I'll create a PR.By the way, this typo exists in multiple branchs