Преглед изворни кода

Merge pull request #10297 from m0nhawk/patch-1

fix missing comma in documentation output example
Carl Bergquist пре 8 година
родитељ
комит
07432cb4fa
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/sources/http_api/user.md

+ 2 - 2
docs/sources/http_api/user.md

@@ -156,7 +156,7 @@ HTTP/1.1 200
 Content-Type: application/json
 
 {
-  "email": "user@mygraf.com"
+  "email": "user@mygraf.com",
   "name": "admin",
   "login": "admin",
   "theme": "light",
@@ -409,4 +409,4 @@ HTTP/1.1 200
 Content-Type: application/json
 
 {"message":"Dashboard unstarred"}
-```
+```