Skip to content

Commit 7d58fe9

Browse files
committed
Fix typo
1 parent b10a2e4 commit 7d58fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class Railtie < Rails::Railtie # :nodoc:
200200
# Additionally if `check_schema_cache_dump_version` is enabled (which is the default),
201201
# loading the schema cache dump trigger a database connection to compare the schema
202202
# versions.
203-
# This means the attribute methods will be lazily defined whent the model is accessed,
203+
# This means the attribute methods will be lazily defined when the model is accessed,
204204
# likely as part of the first few requests or jobs. This isn't good for performance
205205
# but we unfortunately have to arbitrate between resiliency and performance, and chose
206206
# resiliency.

0 commit comments

Comments
 (0)