diff --git a/src/Capabilities/ICanHandleRequests.php b/src/Capabilities/ICanHandleRequests.php index ce258c7dd3..1d02be4397 100644 --- a/src/Capabilities/ICanHandleRequests.php +++ b/src/Capabilities/ICanHandleRequests.php @@ -10,7 +10,7 @@ interface ICanHandleRequests /** * Initialization method common to both content() and post() * - * Extend this method if you need to do any shared processing before both + * Extend this method if you need to do any shared processing before either * content() or post() */ public function init();