diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/layout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/layout.rb b/actionpack/lib/action_controller/layout.rb index cbe0ea6587..b960e64c1d 100644 --- a/actionpack/lib/action_controller/layout.rb +++ b/actionpack/lib/action_controller/layout.rb @@ -165,7 +165,7 @@ module ActionController #:nodoc: # variable. The preferred notation now is to use <tt>yield</tt>, as documented above. module ClassMethods # If a layout is specified, all rendered actions will have their result rendered - # when the layout<tt>yield</tt>'s. This layout can itself depend on instance variables assigned during action + # when the layout <tt>yield</tt>s. This layout can itself depend on instance variables assigned during action # performance and have access to them as any normal template would. def layout(template_name, conditions = {}, auto = false) add_layout_conditions(conditions) |