summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-07-31 21:09:18 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-07-31 21:09:18 +0200
commitae646eb11f9b36cb2c81f6873318bc76c50dc617 (patch)
tree9387fa3ff0c8755c6f69f000664b1af38e16c7a9
parent833bc305933bbf7b8b06d5464ae5716ccbe82674 (diff)
parent38a692d20be957ebf0c8a71937887a61c6bb2a23 (diff)
downloadgitlab-ce-ae646eb11f9b36cb2c81f6873318bc76c50dc617.tar.gz
Merge pull request #7411 from robbytaylor/patch-3
Fixed typos in Development - Rake Tasks doc
-rw-r--r--doc/development/rake_tasks.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index 9e75b3a6275..6d9ac161e91 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -2,7 +2,7 @@
## Setup db with developer seeds:
-Note that if your db user does not have advanced privilegies you must create db manually before run this command
+Note that if your db user does not have advanced privileges you must create the db manually before running this command.
```
bundle exec rake setup
@@ -10,7 +10,7 @@ bundle exec rake setup
## Run tests
-This runs all test suite present in GitLab
+This runs all test suites present in GitLab.
```
bundle exec rake test
@@ -18,7 +18,7 @@ bundle exec rake test
## Generate searchable docs for source code
-You can find results under `doc/code` directory
+You can find results under the `doc/code` directory.
```
bundle exec rake gitlab:generate_docs