소스 검색

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"