diff --git a/docs/guide/security-authentication.md b/docs/guide/security-authentication.md index 27f0f8f495..53b4ee2f1f 100644 --- a/docs/guide/security-authentication.md +++ b/docs/guide/security-authentication.md @@ -83,4 +83,4 @@ public function beforeSave($insert) } ``` -The `validateAuthKey` method just needs to compare the `$authKey` variable, passed as parameter (itself retrieved from a cookie), with the value fetched from database. +The `validateAuthKey` method just needs to compare the `$authKey` variable, passed as a parameter (itself retrieved from a cookie), with the value fetched from the database.