From cf2c1f8f81b5803940194195d15f11152c445490 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:32 -0400 Subject: [PATCH] spelling: instantiation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/BaseFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BaseFactory.php b/src/BaseFactory.php index 96c7f787a7..e40da58773 100644 --- a/src/BaseFactory.php +++ b/src/BaseFactory.php @@ -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