fix missing comma in documentation output example

This commit is contained in:
Andrew Prokhorenkov
2017-12-19 22:30:35 +02:00
committed by GitHub
parent 9dbaca4cc6
commit 30e51ad136

View File

@ -156,7 +156,7 @@ HTTP/1.1 200
```http
HTTP/1.1 200
Content-Type: application/json
Content-Type: application/json
```
@ -409,4 +409,4 @@ HTTP/1.1 200
Content-Type: application/json
{"message":"Dashboard unstarred"}
```
```