From 201156b6a9f090c21953e2c69a41f28c33545a1f Mon Sep 17 00:00:00 2001 From: Evan Travers Date: Thu, 12 Jul 2012 11:21:09 -0500 Subject: [PATCH] add second t to overwritten fixing a misspelling in the documentation --- actionpack/lib/action_view/context.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_view/context.rb b/actionpack/lib/action_view/context.rb index 245849d706..ee263df484 100644 --- a/actionpack/lib/action_view/context.rb +++ b/actionpack/lib/action_view/context.rb @@ -26,11 +26,11 @@ module ActionView # Encapsulates the interaction with the view flow so it # returns the correct buffer on +yield+. This is usually - # overwriten by helpers to add more behavior. + # overwritten by helpers to add more behavior. # :api: plugin def _layout_for(name=nil) name ||= :layout view_flow.get(name).html_safe end end -end \ No newline at end of file +end