From 2cf1e1074b1958a3f5c556427b5aaa3f91e7c797 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 1 Nov 2022 08:43:00 -0400 Subject: [PATCH] Fix documentation typo in src/Protocol/Diaspora.php --- src/Protocol/Diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index e7b66a222..8a5969dde 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