Skip to content

Commit 556572a

Browse files
committed
Fixes typo
1 parent 9c77d72 commit 556572a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/dependencies.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def self.unload_interlock
4949

5050
# This is a private set that collects all eager load paths during bootstrap.
5151
# Useful for Zeitwerk integration. The public interface to push custom
52-
# directories to this collection is from applications or engines is
52+
# directories to this collection from applications or engines is
5353
# config.eager_load_paths.
5454
mattr_accessor :_eager_load_paths, default: Set.new
5555

0 commit comments

Comments
 (0)