]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Capabilities/ICanHandleRequests.php
authorPhilipp <admin+Github@philipp.info>
Tue, 16 Nov 2021 21:37:43 +0000 (22:37 +0100)
committerPhilipp <admin@philipp.info>
Tue, 16 Nov 2021 21:40:39 +0000 (22:40 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Capabilities/ICanHandleRequests.php

index ce258c7dd3f808f57f302199cb7c3358722ea542..1d02be4397dcd7bbe748fc621452d400e37c3e9b 100644 (file)
@@ -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();