summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-11-01 00:31:19 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-11-01 00:31:19 +0000
commitc3d5dac185faaf310d94ddd4c39c710a534c8701 (patch)
tree0090dc9b6db21db7ab23aae509feb4871cc458c3
parent1f8689693a9a850519821ec970b4810607004ea1 (diff)
parent98008a2db85a5320d885cd515557d4093a1cba24 (diff)
downloadgitlab-ce-c3d5dac185faaf310d94ddd4c39c710a534c8701.tar.gz
Merge branch 'fix-doc-typo' into 'master'
Fix typo in rake task doc See merge request !1713
-rw-r--r--doc/development/rake_tasks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index a4a980cf0e0..9f3fd69fc4e 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -9,7 +9,7 @@ bundle exec rake setup
```
The `setup` task is a alias for `gitlab:setup`.
-This tasks calls `db:setup` to create the database, calls `add_limits_mysql` that adds limits to the database schema in case of a MySQL database and fianlly it calls `db:seed_fu` to seed the database.
+This tasks calls `db:setup` to create the database, calls `add_limits_mysql` that adds limits to the database schema in case of a MySQL database and finally it calls `db:seed_fu` to seed the database.
Note: `db:setup` calls `db:seed` but this does nothing.
## Run tests