From: Philipp Date: Tue, 16 Nov 2021 21:37:43 +0000 (+0100) Subject: Update src/Capabilities/ICanHandleRequests.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=90cde9898bfdcf206a3d4acc342cd8aa5bac3c5a;p=friendica.git Update src/Capabilities/ICanHandleRequests.php Co-authored-by: Hypolite Petovan --- 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();