summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-18 14:02:14 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-18 14:02:14 +0000
commit90aebe85884b95569ab65567155ce0ec15d65ef0 (patch)
tree57a806d5a8357de8fe77cbebf17fdf39d3ff1e7b /doc
parentc8d1673a8a008c144724ea8359e59ca265e19762 (diff)
parent3f2ad467681c61ae3a072853d4a6ecdbcc7c07f4 (diff)
downloadgitlab-ce-90aebe85884b95569ab65567155ce0ec15d65ef0.tar.gz
Merge branch 'docs-17499-documentation-errors-about-creating-a-new-tag' into 'master'
Fix docs for lightweight tag creation via API Closes #17499 See merge request gitlab-org/gitlab-ce!14328
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tags.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md
index 32fe5eea692..bebe6536b6e 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -131,7 +131,7 @@ Parameters:
"message": null
}
```
-The message will be `nil` when creating a lightweight tag otherwise
+The message will be `null` when creating a lightweight tag otherwise
it will contain the annotation.
In case of an error,