diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-25 23:57:33 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-25 23:57:33 +0530 |
commit | b32ebf0461d8c6eebe5142f4ad7f38a8484b436b (patch) | |
tree | 5073e8a6ae599ca3ba475c64d862fc78720679f5 | |
parent | 73e71c27f2af1af433db7c49f5d1aa9860546394 (diff) | |
download | rails-b32ebf0461d8c6eebe5142f4ad7f38a8484b436b.tar.gz rails-b32ebf0461d8c6eebe5142f4ad7f38a8484b436b.tar.bz2 rails-b32ebf0461d8c6eebe5142f4ad7f38a8484b436b.zip |
minor text change [ci skip]
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
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 |