1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-08-01 22:11:49 +00:00

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;
/**
* 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