]> git.mxchange.org Git - friendica.git/blobdiff - src/BaseFactory.php
spelling: preview
[friendica.git] / src / BaseFactory.php
index 96c7f787a7ee76a17e0ed3ef851b80e2c32c9ab8..e40da58773118facdbedf4b6983cb210db14c4c3 100644 (file)
@@ -24,7 +24,7 @@ namespace Friendica;
 use Psr\Log\LoggerInterface;
 
 /**
- * Factories act as an intermediary to avoid direct Entity instanciation.
+ * Factories act as an intermediary to avoid direct Entity instantiation.
  *
  * @see BaseModel
  * @see BaseCollection