Fix a typo in Application#name doc

This commit is contained in:
Jean Boussier 2024-08-16 00:42:16 +02:00
parent d102960369
commit ff64ad1d64
1 changed files with 1 additions and 1 deletions

View File

@ -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