浏览代码

fix missing comma in documentation output example

Andrew Prokhorenkov 8 年之前
父节点
当前提交
30e51ad136
共有 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"}
-```
+```