aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:07:53 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 05:07:57 -0800
commit5cdb23c722dbec0a4a5f74f2b64250bf410db5e2 (patch)
treef782147e044addabcf99d74e760178ac76c27c8e /guides/source
parentc0f415d279fba327b5ea682b3128f19a4275dd71 (diff)
downloadrails-5cdb23c722dbec0a4a5f74f2b64250bf410db5e2.tar.gz
rails-5cdb23c722dbec0a4a5f74f2b64250bf410db5e2.tar.bz2
rails-5cdb23c722dbec0a4a5f74f2b64250bf410db5e2.zip
Migrations: Fix opening bullets.
The wording of these was a bit off, so I fixed them.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/migrations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md
index d8a7eb3abc..8ed0931689 100644
--- a/guides/source/migrations.md
+++ b/guides/source/migrations.md
@@ -10,8 +10,8 @@ In this guide, you'll learn all about migrations including:
* The generators you can use to create them
* The methods Active Record provides to manipulate your database
-* The Rake tasks that manipulate them
-* How they relate to `schema.rb`
+* The Rake tasks that manipulate migrations and your schema
+* How migrations relate to `schema.rb`
--------------------------------------------------------------------------------