From 423e60174ef7ae4948fa44ac725c8bc54234966a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:04 -0400 Subject: [PATCH] spelling: chosen Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Navigation/Notifications/Factory/FormattedNotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Navigation/Notifications/Factory/FormattedNotify.php b/src/Navigation/Notifications/Factory/FormattedNotify.php index 792bf91d3..b34aa74eb 100644 --- a/src/Navigation/Notifications/Factory/FormattedNotify.php +++ b/src/Navigation/Notifications/Factory/FormattedNotify.php @@ -363,7 +363,7 @@ class FormattedNotify extends BaseFactory { $item['seen'] = !($item['unseen'] > 0); - // For feed items we use the user's contact, since the avatar is mostly self choosen. + // For feed items we use the user's contact, since the avatar is mostly self chosen. if (!empty($item['network']) && $item['network'] == Protocol::FEED) { $item['author-avatar'] = $item['contact-avatar']; }