Skip to content

Commit adc0146

Browse files
authored
Merge pull request rails#42093 from adityapandit17/typo_fixes
Fixed typo in new framework default template [ci skip]
2 parents 52db7f2 + 4539145 commit adc0146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_0.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Change the format of the cache entry.
3232
# Changing this default means that all new cache entries added to the cache
33-
# will have a different format that is not support by Rails 6.1 applications.
33+
# will have a different format that is not supported by Rails 6.1 applications.
3434
# Only change this value after your application is fully deployed to Rails 7.0
3535
# and you have no plans to rollback.
3636
# config.active_support.cache_format_version = 7.0

0 commit comments

Comments
 (0)