Skip to content

Commit 5884388

Browse files
Fix typo [ci-skip]
Follow-up to rails#52999.
1 parent 1c183ed commit 5884388

File tree

1 file changed

+2
-2
lines changed
  • railties/lib/rails/generators/rails/app/templates/config/environments

1 file changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require "active_support/core_ext/integer/time"
33
Rails.application.configure do
44
# Settings specified here will take precedence over those in config/application.rb.
55

6-
# Make code changes take affect immediately without server restart.
6+
# Make code changes take effect immediately without server restart.
77
config.enable_reloading = true
88

99
# Do not eager load code on boot.
@@ -39,7 +39,7 @@ Rails.application.configure do
3939
# Don't care if the mailer can't send.
4040
config.action_mailer.raise_delivery_errors = false
4141

42-
# Make template changes take affect immediately.
42+
# Make template changes take effect immediately.
4343
config.action_mailer.perform_caching = false
4444

4545
# Set localhost to be used by links generated in mailer templates.

0 commit comments

Comments
 (0)