aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorciastek <ciasteczkowy@gmail.com>2012-01-23 00:58:40 +0100
committerciastek <ciasteczkowy@gmail.com>2012-01-23 00:58:40 +0100
commitb59e7b9ea33503d579facc95e94f00acdbfa2224 (patch)
treed77a50f498afa94bdb4b81f84fcb30f2e16deb5e /railties/guides/source
parent82f645383e5a69631a8f75b47b68262c6d9905dc (diff)
downloadrails-b59e7b9ea33503d579facc95e94f00acdbfa2224.tar.gz
rails-b59e7b9ea33503d579facc95e94f00acdbfa2224.tar.bz2
rails-b59e7b9ea33503d579facc95e94f00acdbfa2224.zip
"will be used throughout all the views for posts." could suggest, that code's modification is somehow related to posts, while it's application-wide
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 c77bc93cfb..db4b417536 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 posts.
+page. This same gray background will be used throughout all the views for blog application.
h4. Creating New Posts