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
path: root/doc
diff options
context:
space:
mode:
authorPrayag Verma <prayag.verma@gmail.com>2016-02-12 16:32:35 +0300
committerPrayag Verma <prayag.verma@gmail.com>2016-02-12 16:32:35 +0300
commitb877afc3711a5d7223244b244965730d4e80ddc2 (patch)
treeca5de205f903076b26a0db3bcb1943e4900a27f9 /doc
parent9b1dfd3e81855c99b0ccb703d3aecc3f1a7ac7c9 (diff)
Fix a typo [ci skip]
Remove extra `make`
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