Update src/Capabilities/ICanHandleRequests.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-11-16 22:37:43 +01:00 committed by Philipp
parent c95d47b0b4
commit 90cde9898b
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View 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();