From 1d080d4182395cd4ed4809519c32a3e4eb8b8f21 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:16:58 -0400 Subject: [PATCH] spelling: browser Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Security/TwoFactor/Model/TrustedBrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/TwoFactor/Model/TrustedBrowser.php b/src/Security/TwoFactor/Model/TrustedBrowser.php index f0781efe3..c01e41fec 100644 --- a/src/Security/TwoFactor/Model/TrustedBrowser.php +++ b/src/Security/TwoFactor/Model/TrustedBrowser.php @@ -46,7 +46,7 @@ class TrustedBrowser extends BaseEntity protected $last_used; /** - * Please do not use this constructor directly, instead use one of the method of the TrustedBroser factory. + * Please do not use this constructor directly, instead use one of the method of the TrustedBrowser factory. * * @see \Friendica\Security\TwoFactor\Factory\TrustedBrowser *