aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-25 23:57:33 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-25 23:57:33 +0530
commitb32ebf0461d8c6eebe5142f4ad7f38a8484b436b (patch)
tree5073e8a6ae599ca3ba475c64d862fc78720679f5 /railties/guides/source
parent73e71c27f2af1af433db7c49f5d1aa9860546394 (diff)
downloadrails-b32ebf0461d8c6eebe5142f4ad7f38a8484b436b.tar.gz
rails-b32ebf0461d8c6eebe5142f4ad7f38a8484b436b.tar.bz2
rails-b32ebf0461d8c6eebe5142f4ad7f38a8484b436b.zip
minor text change [ci skip]
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 2860437310..bed14ef6a8 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -853,7 +853,7 @@ below:
</erb>
Now when you refresh the +/posts+ page, you'll see a gray background to the
-page. This same gray background will be used throughout all the views for blog application.
+page. This same gray background will be used throughout all the views.
h4. Creating New Posts