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 *