We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701311e commit ee6a7baCopy full SHA for ee6a7ba
actionview/lib/action_view/helpers/asset_tag_helper.rb
@@ -71,9 +71,9 @@ module AssetTagHelper
71
# Any other specified options will be treated as HTML attributes for the
72
# +script+ tag.
73
#
74
- # For example, <tt>:async</tt> and <tt>:defer</tt> options, please refer to the
75
- # {MDN docs}[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script]
76
- # regarding how they affect the <tt><script></tt> tag.
+ # For more information regarding how the <tt>:async</tt> and <tt>:defer</tt>
+ # options affect the <tt><script></tt> tag, please refer to the
+ # {MDN docs}[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script].
77
78
# ==== Examples
79
0 commit comments