From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:45:26 +0000 (-0400) Subject: spelling: select X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f8454dc120e802c8a10c6ac4861dcd582e2917a;p=friendica.git spelling: select Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/doc/Developer-Domain-Driven-Design.md b/doc/Developer-Domain-Driven-Design.md index a4af436884..3052074443 100644 --- a/doc/Developer-Domain-Driven-Design.md +++ b/doc/Developer-Domain-Driven-Design.md @@ -47,7 +47,7 @@ function doSomething(\Friendica\Contact\Introductions\Collection\Introductions $ } /** @var $intros \Friendica\Contact\Introductions\Collection\Introductions */ -$intros = \Friendica\DI::intro()->selecForUser(Session::getLocalUser()); +$intros = \Friendica\DI::intro()->selectForUser(Session::getLocalUser()); doSomething($intros); ```