diff options
author | Chris Spicer <git@cspicer.net> | 2016-05-29 22:31:39 -0700 |
---|---|---|
committer | Chris Spicer <git@cspicer.net> | 2016-05-29 22:31:39 -0700 |
commit | 348d16f524440a5e4cb6f3dc671138e8786c47c7 (patch) | |
tree | 20d51004d22d82de8915ee28eca56b9ae906f966 /doc | |
parent | 556a41660ea84506283d58af753c1747b75bf432 (diff) | |
download | gitlab-ce-348d16f524440a5e4cb6f3dc671138e8786c47c7.tar.gz |
updtae -> update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/migration_style_guide.md | 2 |
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: |