Skip to content

Commit 628474f

Browse files
committed
damn typos [ci skip]
1 parent 55dfa00 commit 628474f

File tree

1 file changed

+1
-1
lines changed
  • activesupport/lib/active_support/core_ext/module

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/core_ext/module/aliasing.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def alias_method_chain(target, feature)
6565
# e.subject = "Megastars"
6666
# e.title # => "Megastars"
6767
def alias_attribute(new_name, old_name)
68-
# The following reader methods use an explicit `self` receiver in otder to
68+
# The following reader methods use an explicit `self` receiver in order to
6969
# support aliases that start with an uppercase letter. Otherwise, they would
7070
# be resolved as constants instead.
7171
module_eval <<-STR, __FILE__, __LINE__ + 1

0 commit comments

Comments
 (0)