summaryrefslogtreecommitdiff
path: root/doc/api/tags.md
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-09-18 17:20:09 +1000
committerMark Fletcher <mark@gitlab.com>2017-09-18 17:20:09 +1000
commit3f2ad467681c61ae3a072853d4a6ecdbcc7c07f4 (patch)
tree66881128e9771f9be775eab0e2edd457949e4e86 /doc/api/tags.md
parentdc46863cda29f19a5f403ebaaded92ba17faee2f (diff)
downloadgitlab-ce-3f2ad467681c61ae3a072853d4a6ecdbcc7c07f4.tar.gz
Fix docs for lightweight tag creation via API
Diffstat (limited to 'doc/api/tags.md')
-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,