From 74ed755311b144b4c2a0d6f253e46202159bed41 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:12 -0400 Subject: [PATCH] spelling: recursively Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Content/Conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index cdc6e6351..0bdc414c5 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -1362,7 +1362,7 @@ class Conversation } } - /// @TODO: Stop recusrsively adding all children back to the top level (!!!) + /// @TODO: Stop recursively adding all children back to the top level (!!!) /// However, this apparently ensures responses (likes, attendance) display (?!) foreach ($parents as $parent) { if (count($parent['children'])) {