From de5d84bfbb1a8a6db68d643eab8bde77cb960e0f Mon Sep 17 00:00:00 2001 From: Shailesh Kalamkar Date: Thu, 7 Mar 2019 10:06:30 +0530 Subject: [ci skip] Fix typos --- actionpack/lib/action_controller/renderer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/renderer.rb') diff --git a/actionpack/lib/action_controller/renderer.rb b/actionpack/lib/action_controller/renderer.rb index cf8c0159e2..8c16308ce7 100644 --- a/actionpack/lib/action_controller/renderer.rb +++ b/actionpack/lib/action_controller/renderer.rb @@ -74,7 +74,7 @@ module ActionController # * :partial - See ActionView::PartialRenderer for details. # * :file - Renders an explicit template file. Add :locals to pass in, if so desired. # It shouldn’t be used directly with unsanitized user input due to lack of validation. - # * :inline - Renders a ERB template string. + # * :inline - Renders an ERB template string. # * :plain - Renders provided text and sets the content type as text/plain. # * :html - Renders the provided HTML safe string, otherwise # performs HTML escape on the string first. Sets the content type as text/html. -- cgit v1.2.3