Skip to content

Commit

Permalink
Merge pull request #1658 from olimart/patch-1
Browse files Browse the repository at this point in the history
Typo Be --> By
  • Loading branch information
nbulaj committed May 13, 2023
2 parents 1371bd4 + 3e97af1 commit f02fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/doorkeeper/templates/initializer.rb
Expand Up @@ -385,7 +385,7 @@
# true in case resource owner authorized for the specific application or false in other
# cases.
#
# Be default all Resource Owners are authorized to any Client (application).
# By default all Resource Owners are authorized to any Client (application).
#
# authorize_resource_owner_for_client do |client, resource_owner|
# resource_owner.admin? || client.owners_allowlist.include?(resource_owner)
Expand Down

0 comments on commit f02fcb4

Please sign in to comment.