spelling: entity

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:43 -04:00
parent 3147cb22c0
commit 010d7fb723
1 changed files with 1 additions and 1 deletions

View 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 instanciation.
*
* @see BaseModel
* @see BaseCollection