Skip to content

Commit

Permalink
(fix:typo) mocdels -> models (#460)
Browse files Browse the repository at this point in the history
Not a big deal but a probable speed-typing issue
  • Loading branch information
f committed Aug 15, 2024
1 parent 4288914 commit bb30853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ end
and bind to or create the user

```ruby
# app/mocdels/user.rb
# app/models/user.rb

def self.from_omniauth(access_token)
data = access_token.info
Expand Down

0 comments on commit bb30853

Please sign in to comment.