From e863410b5838ee17de077f301b2d6aea9668bb23 Mon Sep 17 00:00:00 2001 From: Daniel Dawson Date: Mon, 8 Jul 2013 22:56:09 +0100 Subject: Fix a grammatical error/typo in Active Record Migrations guide. [ci skip] --- guides/source/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/migrations.md b/guides/source/migrations.md index f191b110cd..e6d1e71f5e 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -376,7 +376,7 @@ create_join_table :products, :categories, column_options: {null: true} will create the `product_id` and `category_id` with the `:null` option as `true`. -You can pass the option `:table_name` with you want to customize the table +You can pass the option `:table_name` when you want to customize the table name. For example, ```ruby -- cgit v1.2.3