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:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-12 13:50:21 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-12 15:12:30 +0300
commitf81352f531b22d02b1b80cfbd6daed809ea8cf5d (patch)
treef32f4ea1ff6388c330a08932730ec596e944c4d0 /doc/api/tags.md
parent20d4ca4cc3599b4335b73fd7c3bb0354efe397b4 (diff)
Fix minor styling issues from code review
Diffstat (limited to 'doc/api/tags.md')
-rw-r--r--doc/api/tags.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md
index d428ca0ef5c..ac9fac92f4c 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -40,8 +40,8 @@ Parameters:
## Get a single repository tag
-Get a specific repository tag determined by its name. It returns 200 together
-with the tag information if the tag exists. It returns 404 if the tag does not
+Get a specific repository tag determined by its name. It returns `200` together
+with the tag information if the tag exists. It returns `404` if the tag does not
exist.
```