aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorAslam Najeebdeen <aslamnajeem@gmail.com>2011-07-13 13:33:32 +0530
committerAslam Najeebdeen <aslamnajeem@gmail.com>2011-07-13 13:33:32 +0530
commit991678c1df4206f108ffd107a0c98420e2fbbbce (patch)
tree41f2f116f6344d5d526c06a3ca464b0ae1d4c566 /railties/guides
parent85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52 (diff)
downloadrails-991678c1df4206f108ffd107a0c98420e2fbbbce.tar.gz
rails-991678c1df4206f108ffd107a0c98420e2fbbbce.tar.bz2
rails-991678c1df4206f108ffd107a0c98420e2fbbbce.zip
Replaced appropriate word.
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/migrations.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile
index dbbf8f3b51..7e71a5048d 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -17,7 +17,7 @@ endprologue.
h3. Anatomy of a Migration
-Before I dive into the details of a migration, here are a few examples of the sorts of things you can do:
+Before we dive into the details of a migration, here are a few examples of the sorts of things you can do:
<ruby>
class CreateProducts < ActiveRecord::Migration