Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Spicer <git@cspicer.net>2016-05-30 08:31:39 +0300
committerChris Spicer <git@cspicer.net>2016-05-30 08:31:39 +0300
commit348d16f524440a5e4cb6f3dc671138e8786c47c7 (patch)
tree20d51004d22d82de8915ee28eca56b9ae906f966 /doc/development/migration_style_guide.md
parent556a41660ea84506283d58af753c1747b75bf432 (diff)
updtae -> update
Diffstat (limited to 'doc/development/migration_style_guide.md')
-rw-r--r--doc/development/migration_style_guide.md2
1 files changed, 1 insertions, 1 deletions
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: