diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-05-16 18:02:55 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-05-16 18:05:36 +1000 |
commit | 0c90bf058ac3f0c9d26e19e884c320655f520a94 (patch) | |
tree | fa246c45ea93b2c6768ce6ba1c3986ee4249f884 | |
parent | 038af99a0797f336e3521ae336e86e60d430eb73 (diff) | |
download | rails-0c90bf058ac3f0c9d26e19e884c320655f520a94.tar.gz rails-0c90bf058ac3f0c9d26e19e884c320655f520a94.tar.bz2 rails-0c90bf058ac3f0c9d26e19e884c320655f520a94.zip |
[getting started] remove tab in form partial
-rw-r--r-- | guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 9b6f7ed9dd..3106c2ffa2 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -953,7 +953,7 @@ content: <% if @post.errors.any? %> <div id="errorExplanation"> <h2><%= pluralize(@post.errors.count, "error") %> prohibited - this post from being saved:</h2> + this post from being saved:</h2> <ul> <% @post.errors.full_messages.each do |msg| %> <li><%= msg %></li> |