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:
Diffstat (limited to 'doc/api/templates/gitignores.md')
-rw-r--r--doc/api/templates/gitignores.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/templates/gitignores.md b/doc/api/templates/gitignores.md
index 45820b24f10..3acd666ad66 100644
--- a/doc/api/templates/gitignores.md
+++ b/doc/api/templates/gitignores.md
@@ -18,7 +18,7 @@ GET /templates/gitignores
Example request:
-```bash
+```shell
curl https://gitlab.example.com/api/v4/templates/gitignores
```
@@ -123,7 +123,7 @@ GET /templates/gitignores/:key
Example request:
-```bash
+```shell
curl https://gitlab.example.com/api/v4/templates/gitignores/Ruby
```