Skip to content

Commit

Permalink
Add missing closing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Nov 11, 2023
1 parent 76f4bb9 commit b9273fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/application.rb
Expand Up @@ -484,7 +484,7 @@ def secret_key_base
config.secret_key_base
else
Rails.deprecator.warn(<<~MSG.squish)
Your `secret_key_base is configured in `Rails.application.secrets`,
Your `secret_key_base` is configured in `Rails.application.secrets`,
which is deprecated in favor of `Rails.application.credentials` and
will be removed in Rails 7.2.
MSG
Expand Down

0 comments on commit b9273fe

Please sign in to comment.