Commit 38a692d2 authored by Rob Taylor's avatar Rob Taylor

Fixed typos in Development - Rake Tasks doc

parent 833bc305
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Setup db with developer seeds: ## 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 bundle exec rake setup
...@@ -10,7 +10,7 @@ bundle exec rake setup ...@@ -10,7 +10,7 @@ bundle exec rake setup
## Run tests ## Run tests
This runs all test suite present in GitLab This runs all test suites present in GitLab.
``` ```
bundle exec rake test bundle exec rake test
...@@ -18,7 +18,7 @@ bundle exec rake test ...@@ -18,7 +18,7 @@ bundle exec rake test
## Generate searchable docs for source code ## 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 bundle exec rake gitlab:generate_docs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment