aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorJudeAr <judearasu@gmail.com>2011-06-15 22:15:53 -0700
committerJudeAr <judearasu@gmail.com>2011-06-15 22:15:53 -0700
commitcbf2af1e81fcae8c0ee4472e7bb0620c77786106 (patch)
treeb5e5bd2df1a4773101d06666428c29604bf348cf /railties/guides
parent0dd9db871d78408db7b1fe7397c3fcf7c9ffb541 (diff)
downloadrails-cbf2af1e81fcae8c0ee4472e7bb0620c77786106.tar.gz
rails-cbf2af1e81fcae8c0ee4472e7bb0620c77786106.tar.bz2
rails-cbf2af1e81fcae8c0ee4472e7bb0620c77786106.zip
typo changes fixed
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/command_line.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index bedb9fc6d9..8c78cab84f 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -3,7 +3,7 @@ h2. A Guide to The Rails Command Line
Rails comes with every command line tool you'll need to
* Create a Rails application
-* Generate models, controllers, database migrations, and unit tests
+* 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