typo changes fixed

This commit is contained in:
JudeAr
2011-06-15 22:15:53 -07:00
parent 0dd9db871d
commit cbf2af1e81

View File

@@ -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