aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-02-04 08:45:28 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-02-04 08:45:28 -0800
commit90794325cfcc0502398c23a9f8db0017270121a7 (patch)
tree3fa20b0dde7b0bc8204955621c1ba83cf3099cf9
parent404cb36ee391ac7445fa90dfec17fbda524c6227 (diff)
parente9bfa28b1ac610a1e5d6ef75b152e44a2754aa8e (diff)
downloadrails-90794325cfcc0502398c23a9f8db0017270121a7.tar.gz
rails-90794325cfcc0502398c23a9f8db0017270121a7.tar.bz2
rails-90794325cfcc0502398c23a9f8db0017270121a7.zip
Merge pull request #13943 from loganhasson/master
[ci skip] Add missing 'task' to note on Running Migrations
-rw-r--r--guides/source/migrations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md
index 5d5c2724b1..64c4e1e07e 100644
--- a/guides/source/migrations.md
+++ b/guides/source/migrations.md
@@ -642,7 +642,7 @@ method for all the migrations that have not yet been run. If there are
no such migrations, it exits. It will run these migrations in order based
on the date of the migration.
-Note that running the `db:migrate` also invokes the `db:schema:dump` task, which
+Note that running the `db:migrate` task also invokes the `db:schema:dump` task, which
will update your `db/schema.rb` file to match the structure of your database.
If you specify a target version, Active Record will run the required migrations