aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/components.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-26 13:20:46 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-26 13:20:46 +0000
commit82f1e19e4c493920e692309d15f66677ac8063e5 (patch)
treef6d4808b55e22adfadb2bdb27ea3325f71b5cb18 /actionpack/lib/action_controller/components.rb
parent0b92d38c0083c2077d0533014678ed017026fac1 (diff)
downloadrails-82f1e19e4c493920e692309d15f66677ac8063e5.tar.gz
rails-82f1e19e4c493920e692309d15f66677ac8063e5.tar.bz2
rails-82f1e19e4c493920e692309d15f66677ac8063e5.zip
Fixed docs (closes #2468)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2749 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller/components.rb')
-rw-r--r--actionpack/lib/action_controller/components.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/components.rb b/actionpack/lib/action_controller/components.rb
index 62f6ee518d..2d14d6c37f 100644
--- a/actionpack/lib/action_controller/components.rb
+++ b/actionpack/lib/action_controller/components.rb
@@ -1,5 +1,5 @@
module ActionController #:nodoc:
- # Components allows you to call other actions for their rendered response while execution another action. You can either delegate
+ # Components allows you to call other actions for their rendered response while executing another action. You can either delegate
# the entire response rendering or you can mix a partial response in with your other content.
#
# class WeblogController < ActionController::Base