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'])) {