aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 15:04:12 -0600
committerJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 15:04:12 -0600
commit72e06dc7a01a999e786106ae410583642ff81e6d (patch)
tree5c16944d3de66d382b1bc0918b0523a4be37dd57
parente99a0b62ec128272350060554a0f41673fcdb78d (diff)
downloadrails-72e06dc7a01a999e786106ae410583642ff81e6d.tar.gz
rails-72e06dc7a01a999e786106ae410583642ff81e6d.tar.bz2
rails-72e06dc7a01a999e786106ae410583642ff81e6d.zip
Fix TIP formatting issue
-rw-r--r--railties/guides/source/getting_started.textile3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index b3b3581147..94778608ae 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -249,7 +249,8 @@ $ rails new blog
This will create a Rails application called Blog in a directory called blog.
TIP: You can see all of the switches that the Rails application builder accepts
-by running <tt>rails new -h</tt>.
+by running
+<tt>rails new -h</tt>.
After you create the blog application, switch to its folder to continue work
directly in that application: