Commit 26e299b3 authored by hms5232's avatar hms5232

Fix Markdown code block format

remove "script" so that the Markdown code block
 format will work.
parent df7369e5
......@@ -105,7 +105,7 @@ This request can help you investigate an unexpected response.
If you want to expose the HTTP exit code, include the `--fail` option:
```shell script
```shell
curl --fail "https://gitlab.example.com/api/v4/does-not-exist"
curl: (22) The requested URL returned error: 404
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment