diff --git a/app/Models/User.js b/app/Models/User.js index 190c359..cfc30b6 100644 --- a/app/Models/User.js +++ b/app/Models/User.js @@ -7,7 +7,7 @@ class User extends Model { super.boot() /** - * A hook to bash the user password before saving + * A hook to hash the user password before saving * it to the database. * * Look at `app/Models/Hooks/User.js` file to