aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
committerKatie Oldaker <k.oldaker@modcloth.com>2012-12-07 12:50:09 -0500
commit7c05ea23a0e6394c61f3d2c1d0ba345784329427 (patch)
tree8472c0ab09bbe95d48659681609cf466c10812d9 /guides/source/command_line.md
parent70b809436fdc4f4f95155b0e5968e6cd10b80cd0 (diff)
downloadrails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.gz
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.tar.bz2
rails-7c05ea23a0e6394c61f3d2c1d0ba345784329427.zip
Fixed grammar in a lot of guide prologues.
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 0a4a704cd9..746226fa96 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -5,11 +5,11 @@ Rails comes with every command line tool you'll need to
After reading this guide, you will know:
-* Create a Rails application.
-* Generate models, controllers, database migrations, and unit tests.
-* Start a development server.
-* Experiment with objects through an interactive shell.
-* Profile and benchmark your new creation.
+* How to create a Rails application.
+* How to generate models, controllers, database migrations, and unit tests.
+* How to start a development server.
+* How to experiment with objects through an interactive shell.
+* How to profile and benchmark your new creation.
--------------------------------------------------------------------------------