fix bad merge

This commit is contained in:
Matthew Penner 2021-08-21 12:56:56 -06:00
parent b26556e201
commit 14eb482791
No known key found for this signature in database
GPG key ID: 5396CC4C3C1C9704
3 changed files with 5 additions and 13 deletions

View file

@ -9,7 +9,7 @@ abstract class ClientApiRequest extends ApiRequest
{
/**
* Returns the permissions string indicating which permission should be used to
* validate that the authenticated user has permission to perform this action aganist
* validate that the authenticated user has permission to perform this action against
* the given resource (server).
*/
abstract public function permission(): string;