aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-06-15 07:39:24 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-06-15 07:39:24 +0530
commit8f05a2f7aeae0d1185417882d1939c9c0aba1379 (patch)
tree6fe0e30bc63b5149432f019f53dbe9cd9e87660d /railties
parent900dbca96536f6036a3621bd01b5c5a94386d51e (diff)
downloadrails-8f05a2f7aeae0d1185417882d1939c9c0aba1379.tar.gz
rails-8f05a2f7aeae0d1185417882d1939c9c0aba1379.tar.bz2
rails-8f05a2f7aeae0d1185417882d1939c9c0aba1379.zip
Using "Finally" at the end of database section.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/getting_started.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 459063ad4b..a6396c029a 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -244,7 +244,7 @@ If your development computer's MySQL installation includes a root user with an e
h5. Configuring a PostgreSQL Database
-Finally if you choose to use PostgreSQL, your +config/database.yml+ will be customized to use PostgreSQL databases:
+If you choose to use PostgreSQL, your +config/database.yml+ will be customized to use PostgreSQL databases:
<yaml>
development:
@@ -282,7 +282,7 @@ development:
h5. Configuring an PostgreSQL Database for Jruby Platform
-If you choose to use PostgreSQL and using Jruby, your +config/database.yml+ will look a little different. Here's the development section:
+Finally if you choose to use PostgreSQL and using Jruby, your +config/database.yml+ will look a little different. Here's the development section:
<yaml>
development: