Skip to content

Commit ff64ad1

Browse files
committed
Fix a typo in Application#name doc
1 parent d102960 commit ff64ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def initialized?
135135
@initialized
136136
end
137137

138-
# Returns the dhasherized application name.
138+
# Returns the dasherized application name.
139139
#
140140
# MyApp::Application.new.name => "my-app"
141141
def name

0 commit comments

Comments
 (0)