mirror of https://github.com/rails/rails
Fix a typo in Application#name doc
This commit is contained in:
parent
d102960369
commit
ff64ad1d64
|
@ -135,7 +135,7 @@ module Rails
|
|||
@initialized
|
||||
end
|
||||
|
||||
# Returns the dhasherized application name.
|
||||
# Returns the dasherized application name.
|
||||
#
|
||||
# MyApp::Application.new.name => "my-app"
|
||||
def name
|
||||
|
|
Loading…
Reference in New Issue