From 348d16f524440a5e4cb6f3dc671138e8786c47c7 Mon Sep 17 00:00:00 2001 From: Chris Spicer Date: Sun, 29 May 2016 22:31:39 -0700 Subject: [PATCH] updtae -> update --- doc/development/migration_style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/migration_style_guide.md b/doc/development/migration_style_guide.md index 1c13b094582..02e024ca15a 100644 --- a/doc/development/migration_style_guide.md +++ b/doc/development/migration_style_guide.md @@ -116,7 +116,7 @@ Example with Arel: users = Arel::Table.new(:users) users.group(users[:user_id]).having(users[:id].count.gt(5)) -#updtae other tables with this results +#update other tables with these results ``` Example with plain SQL and `quote_string` helper: