Skip to content

Commit 282d112

Browse files
Add some missing Oxford Commas [ci-skip]
Co-authored-by: Apoorv Tiwari <[email protected]>
1 parent 1b67822 commit 282d112

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guides/source/action_view_helpers.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Action View Helpers
55

66
After reading this guide, you will know:
77

8-
* How to format dates, strings and numbers
8+
* How to format dates, strings, and numbers
99
* How to link to images, videos, stylesheets, etc...
1010
* How to sanitize content
1111
* How to localize content
@@ -120,7 +120,8 @@ javascript_url "common"
120120

121121
#### picture_tag
122122

123-
Returns an HTML picture tag for the source. It supports passing a String, an Array or a Block.
123+
Returns an HTML picture tag for the source. It supports passing a String, an
124+
Array, or a Block.
124125

125126
```ruby
126127
picture_tag("icon.webp", "icon.png")
@@ -138,7 +139,8 @@ This generates the following HTML:
138139

139140
#### preload_link_tag
140141

141-
Returns a link tag that browsers can use to preload the source. The source can be the path of a resource managed by asset pipeline, a full path, or an URI.
142+
Returns a link tag that browsers can use to preload the source. The source can
143+
be the path of a resource managed by the asset pipeline, a full path, or a URI.
142144

143145
```ruby
144146
preload_link_tag "application.css"

0 commit comments

Comments
 (0)