Skip to content

Commit ee6bb70

Browse files
authored
Added missed commas
1 parent 71b74d9 commit ee6bb70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pages/06.data-sources/01.formats

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ When options are to be generated in `<optgroup>` sections, options should be nes
104104
{
105105
"id": 1,
106106
"text": "Option 1.1"
107-
}
107+
},
108108
{
109109
"id": 2,
110110
"text": "Option 1.2"
@@ -117,7 +117,7 @@ When options are to be generated in `<optgroup>` sections, options should be nes
117117
{
118118
"id": 3,
119119
"text": "Option 2.1"
120-
}
120+
},
121121
{
122122
"id": 4,
123123
"text": "Option 2.2"

0 commit comments

Comments
 (0)