diff --git a/actionpack/lib/action_controller/renderer.rb b/actionpack/lib/action_controller/renderer.rb index cf8c0159e2a1f3418a4cd42e67b2db2a60ea33d4..8c16308ce753717fd7a05eba973d01f35dc1f74b 100644 --- a/actionpack/lib/action_controller/renderer.rb +++ b/actionpack/lib/action_controller/renderer.rb @@ -74,7 +74,7 @@ def initialize(controller, env, defaults) # * :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. diff --git a/actionview/test/ujs/public/vendor/jquery-2.2.0.js b/actionview/test/ujs/public/vendor/jquery-2.2.0.js index 1e0ba99740311a0dfe882f0fde91f7210602f5e9..2c545b8ff3efc96ba9ad12b29845f9703d42a33a 100644 --- a/actionview/test/ujs/public/vendor/jquery-2.2.0.js +++ b/actionview/test/ujs/public/vendor/jquery-2.2.0.js @@ -5578,7 +5578,7 @@ var iframe, }; /** - * Retrieve the actual display of a element + * Retrieve the actual display of an element * @param {String} name nodeName of the element * @param {Object} doc Document object */