提交 de5d84bf 编写于 作者: S Shailesh Kalamkar

[ci skip] Fix typos

上级 4ad4de50
...@@ -74,7 +74,7 @@ def initialize(controller, env, defaults) ...@@ -74,7 +74,7 @@ def initialize(controller, env, defaults)
# * <tt>:partial</tt> - See <tt>ActionView::PartialRenderer</tt> for details. # * <tt>:partial</tt> - See <tt>ActionView::PartialRenderer</tt> for details.
# * <tt>:file</tt> - Renders an explicit template file. Add <tt>:locals</tt> to pass in, if so desired. # * <tt>:file</tt> - Renders an explicit template file. Add <tt>:locals</tt> to pass in, if so desired.
# It shouldn’t be used directly with unsanitized user input due to lack of validation. # It shouldn’t be used directly with unsanitized user input due to lack of validation.
# * <tt>:inline</tt> - Renders a ERB template string. # * <tt>:inline</tt> - Renders an ERB template string.
# * <tt>:plain</tt> - Renders provided text and sets the content type as <tt>text/plain</tt>. # * <tt>:plain</tt> - Renders provided text and sets the content type as <tt>text/plain</tt>.
# * <tt>:html</tt> - Renders the provided HTML safe string, otherwise # * <tt>:html</tt> - Renders the provided HTML safe string, otherwise
# performs HTML escape on the string first. Sets the content type as <tt>text/html</tt>. # performs HTML escape on the string first. Sets the content type as <tt>text/html</tt>.
......
...@@ -5578,7 +5578,7 @@ var iframe, ...@@ -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 {String} name nodeName of the element
* @param {Object} doc Document object * @param {Object} doc Document object
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册