瀏覽代碼

Added missed commas

Slava Pavlov 7 年之前
父節點
當前提交
ee6bb70131
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/06.data-sources/01.formats/docs.md

+ 2 - 2
pages/06.data-sources/01.formats/docs.md

@@ -104,7 +104,7 @@ When options are to be generated in `<optgroup>` sections, options should be nes
         {
             "id": 1,
             "text": "Option 1.1"
-        }
+        },
         {
             "id": 2,
             "text": "Option 1.2"
@@ -117,7 +117,7 @@ When options are to be generated in `<optgroup>` sections, options should be nes
         {
             "id": 3,
             "text": "Option 2.1"
-        }
+        },
         {
             "id": 4,
             "text": "Option 2.2"