aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-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`
--------------------------------------------------------------------------------