Skip to content

Commit ee6a7ba

Browse files
Clarify paragraph pointing to MDN docs on script async/defer
Follow-up of 7f4245c [ci skip]
1 parent 701311e commit ee6a7ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actionview/lib/action_view/helpers/asset_tag_helper.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ module AssetTagHelper
7171
# Any other specified options will be treated as HTML attributes for the
7272
# +script+ tag.
7373
#
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.
74+
# For more information regarding how the <tt>:async</tt> and <tt>:defer</tt>
75+
# options affect the <tt><script></tt> tag, please refer to the
76+
# {MDN docs}[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script].
7777
#
7878
# ==== Examples
7979
#

0 commit comments

Comments
 (0)