Fix typo in OperationResponsePreprocessor javadoc

See gh-507
This commit is contained in:
Renann Prado
2018-05-08 00:46:28 +02:00
committed by Andy Wilkinson
parent 86c31c96b9
commit 94a57c33cf

View File

@@ -19,7 +19,7 @@ package org.springframework.restdocs.operation.preprocess;
import org.springframework.restdocs.operation.OperationResponse;
/**
* An {@code OperationRequestPreprocessor} is used to modify an {@code OperationRequest}
* An {@code OperationResponsePreprocessor} is used to modify an {@code OperationResponse}
* prior to it being documented.
*
* @author Andy Wilkinson