Skip to content

Commit 070cff7

Browse files
committed
Merge pull request rails#11370 from dpdawson/master
Fix a grammatical error/typo in Active Record Migrations guide. [ci skip]
2 parents 24c4195 + e863410 commit 070cff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ create_join_table :products, :categories, column_options: {null: true}
376376
will create the `product_id` and `category_id` with the `:null` option as
377377
`true`.
378378

379-
You can pass the option `:table_name` with you want to customize the table
379+
You can pass the option `:table_name` when you want to customize the table
380380
name. For example,
381381

382382
```ruby

0 commit comments

Comments
 (0)