From 4baf145375ee4ef712799b0c96c2aeadc5060015 Mon Sep 17 00:00:00 2001 From: Rafael Valverde Date: Thu, 15 Dec 2011 17:03:19 -0200 Subject: Fixed small typo in the Rails::Engine documentation. --- railties/lib/rails/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index fa27564c63..20321a502d 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -228,7 +228,7 @@ module Rails # resources :articles # end # - # The routes above will automatically point to MyEngine::ApplicationContoller. Furthermore, you don't + # The routes above will automatically point to MyEngine::ApplicationController. Furthermore, you don't # need to use longer url helpers like my_engine_articles_path. Instead, you should simply use # articles_path as you would do with your application. # -- cgit v1.2.3