diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-24 00:34:07 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-24 00:34:07 +0530 |
commit | 06e2f7cd173a279a4b1c17040356acca142128b5 (patch) | |
tree | d6788d0ac99ee63eed176da6168ce0d565708fa2 /railties/guides | |
parent | f1eb69c5b27050494cbc91890b107abd1dadfd48 (diff) | |
download | rails-06e2f7cd173a279a4b1c17040356acca142128b5.tar.gz rails-06e2f7cd173a279a4b1c17040356acca142128b5.tar.bz2 rails-06e2f7cd173a279a4b1c17040356acca142128b5.zip |
minor convention edit
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
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: |