From: Hypolite Petovan Date: Tue, 1 Nov 2022 12:43:00 +0000 (-0400) Subject: Fix documentation typo in src/Protocol/Diaspora.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2cf1e1074b1958a3f5c556427b5aaa3f91e7c797;p=friendica.git Fix documentation typo in src/Protocol/Diaspora.php --- diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index e7b66a222d..8a5969dde1 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -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