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

View file

@ -54,7 +54,7 @@ use GuzzleHttp\Psr7\Uri;
use SimpleXMLElement; 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/ * @see https://diaspora.github.io/diaspora_federation/
*/ */
class Diaspora class Diaspora