]> git.mxchange.org Git - friendica.git/commitdiff
Fix documentation typo in src/Protocol/Diaspora.php
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 1 Nov 2022 12:43:00 +0000 (08:43 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 1 Nov 2022 12:45:25 +0000 (08:45 -0400)
src/Protocol/Diaspora.php

index e7b66a222d3351d8c0ae6d558eba6a14f9d93433..8a5969dde105aed1a09b40c520fdd3a45f5a82cf 100644 (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