From 4560ef7ef70946ee7beaae0031c717c939a89a86 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 11 Jul 2020 16:38:27 +0300 Subject: [PATCH] fix comment --- application/Espo/Core/Authentication/Authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Authentication/Authentication.php b/application/Espo/Core/Authentication/Authentication.php index fe920fc221..e735b15cb1 100644 --- a/application/Espo/Core/Authentication/Authentication.php +++ b/application/Espo/Core/Authentication/Authentication.php @@ -130,7 +130,7 @@ class Authentication /** * Process logging in. * - * @return Result if success or second sterp required.. NULL if failed. + * @return Result if success or second step required. NULL if failed. */ public function login( ?string $username, ?string $password = null, Request $request, ?string $authenticationMethod = null