summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-02-13 09:28:22 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2016-02-13 09:28:22 +0100
commit49fa849536d0345887477ae2fe5b29da7b3beacb (patch)
tree74f35b59ea1ab826e524c4e63ed02e0081d257d8 /doc
parent31c8dbc96fae558a794de18dbb5f06c2dc1a6286 (diff)
parentb877afc3711a5d7223244b244965730d4e80ddc2 (diff)
downloadgitlab-ce-49fa849536d0345887477ae2fe5b29da7b3beacb.tar.gz
Merge pull request #10030 from pra85/patch-2
Fix a typo [ci skip]
Diffstat (limited to 'doc')
-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 4fa1961fde9..a6077779c08 100644
--- a/doc/development/migration_style_guide.md
+++ b/doc/development/migration_style_guide.md
@@ -13,7 +13,7 @@ or inconsistencies and guard for that. Try to make as little assumptions as poss
about the state of the database.
Please don't depend on GitLab specific code since it can change in future versions.
-If needed copy-paste GitLab code into the migration to make make it forward compatible.
+If needed copy-paste GitLab code into the migration to make it forward compatible.
## Comments in the migration