aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@luke-ThinkPad-T410.(none)>2012-04-15 20:54:04 +0200
committerluke <luke@luke-ThinkPad-T410.(none)>2012-04-15 20:54:04 +0200
commit749ced1767b3ba932de0163491fe34fe61008921 (patch)
treeab988814650b752759976eab38f7f06751a8c8f7
parent6e8a1bd0d3bb602252a9ff6e77dcf9cf64261aaf (diff)
downloadrails-749ced1767b3ba932de0163491fe34fe61008921.tar.gz
rails-749ced1767b3ba932de0163491fe34fe61008921.tar.bz2
rails-749ced1767b3ba932de0163491fe34fe61008921.zip
Fixed a typo in migrations
-rw-r--r--guides/source/migrations.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/migrations.textile b/guides/source/migrations.textile
index f663496854..52c321c010 100644
--- a/guides/source/migrations.textile
+++ b/guides/source/migrations.textile
@@ -770,7 +770,7 @@ Both migrations work for Alice.
Bob comes back from vacation and:
-# Updates the source - which contains both migrations and the latests version of
+# Updates the source - which contains both migrations and the latest version of
the Product model.
# Runs outstanding migrations with +rake db:migrate+, which
includes the one that updates the +Product+ model.