Skip to content

Commit

Permalink
Fix authentication document typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusemredilber committed Jun 18, 2020
1 parent 7042ffd commit dc43fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication.md
Expand Up @@ -61,5 +61,5 @@ user.save # => true
user.authenticate("notright") # => false
user.authenticate("mUc3m00RsqyRe") # => user
User.all.where { _name == "david" }.first.try(&.authenticate("notright")) # nil
User.wll.where { _(_name == "david" }.first.try(&.authenticate("mUc3m00RsqyRe")) # => User
User.all.where { _name == "david" }.first.try(&.authenticate("mUc3m00RsqyRe")) # => User
```

0 comments on commit dc43fd4

Please sign in to comment.