Skip to content

Commit f45e588

Browse files
committed
docs: fix typo
1 parent f021d57 commit f45e588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/mobile_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class LoginController extends BaseController
2222
{
2323
public function mobileLogin()
2424
{
25-
// Valide credentials
25+
// Validate credentials
2626
$rules = setting('Validation.login') ?? [
2727
'email' => [
2828
'label' => 'Auth.email',

0 commit comments

Comments
 (0)