Skip to content

Commit 5c0c5e5

Browse files
authored
Update 20-edit-mapping-books-book-genre.mdx
@dfreniche - fixing a formating issue, but why not just make genres an array of strings (it will reduce the size of the document in cache and simplify the application code)?
1 parent c4d93cb commit 5c0c5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/80-edit-mapping-rules/20-edit-mapping-books-book-genre.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to an array of
2424
```json
2525
genres: [
2626
{ "name": "fiction" },
27-
{ "name" :"novel" }
27+
{ "name": "novel" }
2828
]
2929
```
3030

0 commit comments

Comments
 (0)