Skip to content

Commit

Permalink
[ci skip] correcting sentence in description of application.rb
Browse files Browse the repository at this point in the history
Adding period in the end.
  • Loading branch information
mohitnatoo committed Mar 4, 2016
1 parent 86071a4 commit 638121f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions railties/lib/rails/application.rb
Expand Up @@ -74,8 +74,7 @@ module Rails
# the configuration.
#
# If you decide to define rake tasks, runners, or initializers in an
# application other than +Rails.application+, then you must run those
# these manually.
# application other than +Rails.application+, then you must run them manually.
class Application < Engine
autoload :Bootstrap, 'rails/application/bootstrap'
autoload :Configuration, 'rails/application/configuration'
Expand Down

0 comments on commit 638121f

Please sign in to comment.