Merge pull request #10297 from m0nhawk/patch-1

fix missing comma in documentation output example
This commit is contained in:
Carl Bergquist
2017-12-20 10:07:50 +01:00
committed by GitHub

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"}
```
```