From 7f8454dc120e802c8a10c6ac4861dcd582e2917a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:45:26 -0400 Subject: [PATCH] spelling: select Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/Developer-Domain-Driven-Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ```