]> git.mxchange.org Git - friendica.git/blobdiff - src/Capabilities/ICanHandleRequests.php
Update src/Capabilities/ICanHandleRequests.php
[friendica.git] / 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();