aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/migrations.textile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source/migrations.textile')
-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 f271f3f89c..e83742428e 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -254,7 +254,7 @@ by Active Record).
h4. Creating a Standalone Migration
If you are creating migrations for other purposes (for example to add a column
-to an existing table) then you can use the migration generator:
+to an existing table) then you can also use the migration generator:
<shell>
$ rails generate migration AddPartNumberToProducts