diff options
author | Chris Spicer <git@cspicer.net> | 2016-05-29 22:31:22 -0700 |
---|---|---|
committer | Chris Spicer <git@cspicer.net> | 2016-05-29 22:31:22 -0700 |
commit | 556a41660ea84506283d58af753c1747b75bf432 (patch) | |
tree | 0f5f45c124cc931306f3bb80e7c5b39630b7ef1c /doc | |
parent | 1b0367a422aeb7394a4fc412f3688fbe974e166c (diff) | |
download | gitlab-ce-556a41660ea84506283d58af753c1747b75bf432.tar.gz |
Add space after comma, add space between 'beautomatically'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/services.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 83ac7845156..b5000eff653 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -16,8 +16,8 @@ PUT /projects/:id/services/asana Parameters: -- `api_key` (**required**) - User API token. User must have access to task,all comments will be attributed to this user. -- `restrict_to_branch` (optional) - Comma-separated list of branches which will beautomatically inspected. Leave blank to include all branches. +- `api_key` (**required**) - User API token. User must have access to task, all comments will be attributed to this user. +- `restrict_to_branch` (optional) - Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches. ### Delete Asana service |