Fix documentation typo in src/Protocol/Diaspora.php

This commit is contained in:
Hypolite Petovan 2022-11-01 08:43:00 -04:00
parent 1f1c2d8ca6
commit 2cf1e1074b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ use GuzzleHttp\Psr7\Uri;
use SimpleXMLElement;
/**
* This class contain functions to communicate via the Diaspora protocol
* This class contains functions to communicate via the Diaspora protocol
* @see https://diaspora.github.io/diaspora_federation/
*/
class Diaspora