Skip to content

Commit

Permalink
Small typo corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
MMSequeira committed Sep 30, 2011
1 parent 62a9e5a commit 409268e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions railties/guides/source/getting_started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ development:

h5. Configuring an SQLite3 Database for JRuby Platform

If you choose to use SQLite3 and using JRuby, your +config/database.yml+ will
If you choose to use SQLite3 and are using JRuby, your +config/database.yml+ will
look a little different. Here's the development section:

<yaml>
Expand All @@ -371,7 +371,7 @@ development:

h5. Configuring a MySQL Database for JRuby Platform

If you choose to use MySQL and using JRuby, your +config/database.yml+ will look
If you choose to use MySQL and are using JRuby, your +config/database.yml+ will look
a little different. Here's the development section:

<yaml>
Expand All @@ -384,7 +384,7 @@ development:

h5. Configuring a PostgreSQL Database for JRuby Platform

Finally if you choose to use PostgreSQL and using JRuby, your
Finally if you choose to use PostgreSQL and are using JRuby, your
+config/database.yml+ will look a little different. Here's the development
section:

Expand Down

0 comments on commit 409268e

Please sign in to comment.