aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2016-01-10 01:53:06 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2016-01-10 02:04:35 +0530
commit1a43e4c5228c1e0104b307feaaf527205c8a205e (patch)
tree60c9bd957cdfd15a5165428c3e1d4e2d6ba094c3 /actionview
parent9d681fc74c6251d5f2b93fa9576c9b2113116680 (diff)
downloadrails-1a43e4c5228c1e0104b307feaaf527205c8a205e.tar.gz
rails-1a43e4c5228c1e0104b307feaaf527205c8a205e.tar.bz2
rails-1a43e4c5228c1e0104b307feaaf527205c8a205e.zip
[ci skip] fix typo
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/atom_feed_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/atom_feed_helper.rb b/actionview/lib/action_view/helpers/atom_feed_helper.rb
index bb1cdd0f8d..dba70e284e 100644
--- a/actionview/lib/action_view/helpers/atom_feed_helper.rb
+++ b/actionview/lib/action_view/helpers/atom_feed_helper.rb
@@ -51,7 +51,7 @@ module ActionView
# * <tt>:language</tt>: Defaults to "en-US".
# * <tt>:root_url</tt>: The HTML alternative that this feed is doubling for. Defaults to / on the current host.
# * <tt>:url</tt>: The URL for this feed. Defaults to the current URL.
- # * <tt>:id</tt>: The id for this feed. Defaults to "tag:localhost,2005:/posts", in this case.
+ # * <tt>:id</tt>: The id for this feed. Defaults to "tag:localhost,2005:/posts", in this case.
# * <tt>:schema_date</tt>: The date at which the tag scheme for the feed was first used. A good default is the year you
# created the feed. See http://feedvalidator.org/docs/error/InvalidTAG.html for more information. If not specified,
# 2005 is used (as an "I don't care" value).