diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-07-12 09:37:02 -0700 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-07-12 09:37:02 -0700 |
commit | 6a58f9c080338eed1bba8be57df31911b96ab256 (patch) | |
tree | 73e647c412469d54e30f79902363b345e2b814da | |
parent | 2075adabad817662640b9851b2ab7dd75d42ab79 (diff) | |
parent | 201156b6a9f090c21953e2c69a41f28c33545a1f (diff) | |
download | rails-6a58f9c080338eed1bba8be57df31911b96ab256.tar.gz rails-6a58f9c080338eed1bba8be57df31911b96ab256.tar.bz2 rails-6a58f9c080338eed1bba8be57df31911b96ab256.zip |
Merge pull request #7037 from evantravers/misspelling
add second t to overwritten
-rw-r--r-- | actionpack/lib/action_view/context.rb | 4 |
1 files 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 |