]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseFactory.php
New parameter to create a share block for display reasons
[friendica.git] / src / BaseFactory.php
index 17d9e7606afdb0bfcd8cc281776b9254c3b33235..e40da58773118facdbedf4b6983cb210db14c4c3 100644 (file)
@@ -24,7 +24,7 @@ namespace Friendica;
 use Psr\Log\LoggerInterface;
 
 /**
- * Factories act as an intermediary to avoid direct Entitiy instanciation.
+ * Factories act as an intermediary to avoid direct Entity instantiation.
  *
  * @see BaseModel
  * @see BaseCollection