Skip to content

Commit 6d25b29

Browse files
authored
docs: fix typo in Passwords::getMaxLengthRule()
1 parent 1225c80 commit 6d25b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addons/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class LoginController extends BaseController
219219
],
220220
'password' => [
221221
'label' => 'Auth.password',
222-
'rules' => 'required|' . Passwords::getMaxLenghtRule(),
222+
'rules' => 'required|' . Passwords::getMaxLengthRule(),
223223
'errors' => [
224224
'max_byte' => 'Auth.errorPasswordTooLongBytes',
225225
],

0 commit comments

Comments
 (0)