Skip to content

Commit e88706b

Browse files
authored
fix(docs): extra comma forgotten (#606)
Hello, Just to mention that there is an extra comma in this example that makes this JSON invalid :-)
1 parent 7fd7a26 commit e88706b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Tags are a list of strings under the `tags` key in the cell metadata, e.g.
129129
"cell_type": "code",
130130
"source": ["print('hello world')"],
131131
"metadata": {
132-
"tags": ["my-tag1", "my-tag2"],
132+
"tags": ["my-tag1", "my-tag2"]
133133
}
134134
}
135135
```

0 commit comments

Comments
 (0)