diff options
author | Manuel Menezes de Sequeira <MMSequeira@gmail.com> | 2011-09-30 23:28:51 +0100 |
---|---|---|
committer | Manuel Menezes de Sequeira <MMSequeira@gmail.com> | 2011-09-30 23:28:51 +0100 |
commit | 409268edfc3aa1e2df1cd0cb5acb720ce98ace89 (patch) | |
tree | 490b4b3fddc01e52704409a776a9a97db8cd7b35 /railties/guides/source/getting_started.textile | |
parent | 62a9e5a96008ac0300c181ad7b182a4d5390920e (diff) | |
download | rails-409268edfc3aa1e2df1cd0cb5acb720ce98ace89.tar.gz rails-409268edfc3aa1e2df1cd0cb5acb720ce98ace89.tar.bz2 rails-409268edfc3aa1e2df1cd0cb5acb720ce98ace89.zip |
Small typo corrected.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r-- | railties/guides/source/getting_started.textile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 33f383f173..23d55e6bba 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -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> @@ -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> @@ -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: |