Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge 21b1276 into 026005f
Browse files Browse the repository at this point in the history
  • Loading branch information
Toitoine734 committed Jun 8, 2018
2 parents 026005f + 21b1276 commit bdcee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/adapter/dbtable/callback-check.md
Expand Up @@ -114,7 +114,7 @@ $authAdapter
->setTableName('users')
->setIdentityColumn('username')
->setCredentialColumn('password')
->setCredentialValidatinCallback($passwordValidation);
->setCredentialValidationCallback($passwordValidation);
```

At this point, the authentication adapter instance is ready to accept
Expand Down

0 comments on commit bdcee97

Please sign in to comment.