aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/layouts_and_rendering.md
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-02 19:35:02 +0530
commitef0f633c66d8eac6612c118c66ccf1b096bd4d3e (patch)
tree6450678fe833e162413bd141f1092914343c4448 /guides/source/layouts_and_rendering.md
parente0326f56b41ef4e1d41fd327259873992d894736 (diff)
downloadrails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.gz
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.tar.bz2
rails-ef0f633c66d8eac6612c118c66ccf1b096bd4d3e.zip
Typo and grammatical fixes [ci skip]
Diffstat (limited to 'guides/source/layouts_and_rendering.md')
-rw-r--r--guides/source/layouts_and_rendering.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/layouts_and_rendering.md b/guides/source/layouts_and_rendering.md
index c6a3449ace..f4dab57aa5 100644
--- a/guides/source/layouts_and_rendering.md
+++ b/guides/source/layouts_and_rendering.md
@@ -703,7 +703,7 @@ WARNING: The asset tag helpers do _not_ verify the existence of the assets at th
#### Linking to Feeds with the `auto_discovery_link_tag`
-The `auto_discovery_link_tag` helper builds HTML that most browsers and newsreaders can use to detect the presence of RSS or Atom feeds. It takes the type of the link (`:rss` or `:atom`), a hash of options that are passed through to url_for, and a hash of options for the tag:
+The `auto_discovery_link_tag` helper builds HTML that most browsers and feed readers can use to detect the presence of RSS or Atom feeds. It takes the type of the link (`:rss` or `:atom`), a hash of options that are passed through to url_for, and a hash of options for the tag:
```erb
<%= auto_discovery_link_tag(:rss, {action: "feed"},