diff options
author | Joe Rafaniello <jrafanie@redhat.com> | 2016-05-04 12:22:23 -0400 |
---|---|---|
committer | Joe Rafaniello <jrafanie@redhat.com> | 2016-05-04 12:22:23 -0400 |
commit | d2660c8cadd973b7a7c8b09fa03888631f9eea4b (patch) | |
tree | 49d8a54d36c97ff5b8a90671737aec7e5c4f91ab /railties/lib/rails/engine.rb | |
parent | 1dcf2800146f654065c697511dcbcea5c23c114a (diff) | |
download | rails-d2660c8cadd973b7a7c8b09fa03888631f9eea4b.tar.gz rails-d2660c8cadd973b7a7c8b09fa03888631f9eea4b.tar.bz2 rails-d2660c8cadd973b7a7c8b09fa03888631f9eea4b.zip |
Fix some typos in comments.
[ci skip]
Diffstat (limited to 'railties/lib/rails/engine.rb')
-rw-r--r-- | railties/lib/rails/engine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index 5757d235d2..9701409755 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -219,7 +219,7 @@ module Rails # The next thing that changes in isolated engines is the behavior of routes. # Normally, when you namespace your controllers, you also need to namespace # the related routes. With an isolated engine, the engine's namespace is - # automatically applied, so you don't need to specify it explicity in your + # automatically applied, so you don't need to specify it explicitly in your # routes: # # MyEngine::Engine.routes.draw do |