aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-05 01:09:09 +0200
committerXavier Noria <fxn@hashref.com>2010-08-05 01:09:09 +0200
commitd191db76e04f065e1b0cff3766c818f9b8e2f43a (patch)
tree55988f97c6fb4291ce2d93aa51a11d9c103cf6a3 /railties/guides/source/getting_started.textile
parent589e6977d72b232b6e1af5ef508beddffbcd5f4c (diff)
downloadrails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.tar.gz
rails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.tar.bz2
rails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.zip
standarizes the use of the article "an" for "SQL" and "SQLite"
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-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 12f2bb146b..ffb0310816 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -213,9 +213,9 @@ If you open this file in a new Rails application, you'll see a default database
* The +test+ environment is used to run automated tests
* The +production+ environment is used when you deploy your application for the world to use.
-h5. Configuring a SQLite3 Database
+h5. Configuring an SQLite3 Database
-Rails comes with built-in support for "SQLite3":http://www.sqlite.org, which is a lightweight serverless database application. While a busy production environment may overload SQLite, it works well for development and testing. Rails defaults to using a SQLite database when creating a new project, but you can always change it later.
+Rails comes with built-in support for "SQLite3":http://www.sqlite.org, which is a lightweight serverless database application. While a busy production environment may overload SQLite, it works well for development and testing. Rails defaults to using an SQLite database when creating a new project, but you can always change it later.
Here's the section of the default configuration file (<tt>config/database.yml</tt>) with connection information for the development environment: