aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormazuhl <max.mitchell@gmail.com>2009-11-01 21:48:54 +0800
committerMax Mitchell <max.mitchell@gmail.com>2009-11-02 01:33:24 +0800
commit106b78d2efb39d8ea347e141eced61b70ca52618 (patch)
treee7590fe71b4abeb9b83e6703babf11c6ca24e65f
parent7f8196f9085748b12b18e12d7b5e2cdb639153cb (diff)
downloadrails-106b78d2efb39d8ea347e141eced61b70ca52618.tar.gz
rails-106b78d2efb39d8ea347e141eced61b70ca52618.tar.bz2
rails-106b78d2efb39d8ea347e141eced61b70ca52618.zip
Swapped : for . on a NOTE section.
-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 8abc9d2a47..9a87d28d18 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -381,7 +381,7 @@ $ rake db:migrate
Remember, you can't run migrations before running +rake db:create+ to create your database, as we covered earlier.
-NOTE: Because you're working in the development environment by default, this command will apply to the database defined in the +development+ section of your +config/database.yml+ file.
+NOTE. Because you're working in the development environment by default, this command will apply to the database defined in the +development+ section of your +config/database.yml+ file.
h4. Adding a Link