Skip to content

Commit

Permalink
Merge pull request #1694 from nikkypx/fix-typos
Browse files Browse the repository at this point in the history
Fix grammar in initializer template
  • Loading branch information
nbulaj committed Feb 22, 2024
2 parents 70e793b + b6afb40 commit 00dceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/doorkeeper/templates/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# You can use your own model classes if you need to extend (or even override) default
# Doorkeeper models such as `Application`, `AccessToken` and `AccessGrant.
#
# Be default Doorkeeper ActiveRecord ORM uses it's own classes:
# By default Doorkeeper ActiveRecord ORM uses its own classes:
#
# access_token_class "Doorkeeper::AccessToken"
# access_grant_class "Doorkeeper::AccessGrant"
Expand Down

0 comments on commit 00dceac

Please sign in to comment.