Skip to content

Commit

Permalink
fix pluralization in doc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jordondornbos committed Jun 29, 2015
1 parent 9240426 commit f5d6aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_migrations.md
Expand Up @@ -477,7 +477,7 @@ column names can not be derived from the table names, you can use the
`:column` and `:primary_key` options.

Rails will generate a name for every foreign key starting with
`fk_rails_` followed by 10 character which is deterministically
`fk_rails_` followed by 10 characters which are deterministically
generated from the `from_table` and `column`.
There is a `:name` option to specify a different name if needed.

Expand Down

0 comments on commit f5d6aaa

Please sign in to comment.