Skip to content

Commit eda0dcf

Browse files
authored
remove trailing comma from getting-started-step-by-step.md (#800)
1 parent 8f18c3a commit eda0dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pages/learn/getting-started-step-by-step.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ To create a nested data structure:
361361
```jsonc
362362
...
363363
"dimensions": {
364-
"type": "object",
364+
"type": "object"
365365
}
366366
```
367367

0 commit comments

Comments
 (0)