aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2010-12-24 00:34:07 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2010-12-24 00:34:07 +0530
commit06e2f7cd173a279a4b1c17040356acca142128b5 (patch)
treed6788d0ac99ee63eed176da6168ce0d565708fa2 /railties
parentf1eb69c5b27050494cbc91890b107abd1dadfd48 (diff)
downloadrails-06e2f7cd173a279a4b1c17040356acca142128b5.tar.gz
rails-06e2f7cd173a279a4b1c17040356acca142128b5.tar.bz2
rails-06e2f7cd173a279a4b1c17040356acca142128b5.zip
minor convention edit
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index ef93239b30..4466c291bb 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -227,7 +227,7 @@ NOTE: In this guide we are using an SQLite3 database for data storage, because i
h5. Configuring a MySQL Database
-If you choose to use MySQL instead of the shipped Sqlite3 database, your +config/database.yml+ will look a little different. Here's the development section:
+If you choose to use MySQL instead of the shipped SQLite3 database, your +config/database.yml+ will look a little different. Here's the development section:
<yaml>
development: