From 47a07560a126f4b63a00b8ed743ccda58dc37029 Mon Sep 17 00:00:00 2001 From: Santosh Wadghule Date: Mon, 23 Mar 2015 00:43:30 +0530 Subject: Change 'a' to 'an' for 'HABTM' word [ci skip] --- guides/source/active_record_migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_record_migrations.md b/guides/source/active_record_migrations.md index ff0235b135..a2b7b7a818 100644 --- a/guides/source/active_record_migrations.md +++ b/guides/source/active_record_migrations.md @@ -357,7 +357,7 @@ will append `ENGINE=BLACKHOLE` to the SQL statement used to create the table ### Creating a Join Table -Migration method `create_join_table` creates a HABTM join table. A typical use +Migration method `create_join_table` creates an HABTM join table. A typical use would be: ```ruby -- cgit v1.2.3