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
diff options
context:
space:
mode:
authorRob Taylor <rob@robbytaylor.co.uk>2014-07-31 20:55:13 +0400
committerRob Taylor <rob@robbytaylor.co.uk>2014-07-31 20:55:13 +0400
commit38a692d20be957ebf0c8a71937887a61c6bb2a23 (patch)
tree9387fa3ff0c8755c6f69f000664b1af38e16c7a9 /doc/development
parent833bc305933bbf7b8b06d5464ae5716ccbe82674 (diff)
Fixed typos in Development - Rake Tasks doc
Diffstat (limited to 'doc/development')
-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