Skip to content

Commit b6b01c6

Browse files
committed
docs: remove trailing commas from json examples
re #906
1 parent 9c774a9 commit b6b01c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ or
269269
{
270270
"config": {
271271
"mongodbMemoryServer": {
272-
"debug": "1", // also available case-insensitive values: "on" "yes" "true"
272+
"debug": "1" // also available case-insensitive values: "on" "yes" "true"
273273
}
274274
}
275275
}

docs/guides/enable-debug-mode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MONGOMS_DEBUG=1 npm run test
2020
{
2121
"config": {
2222
"mongodbMemoryServer": {
23-
"debug": "1", // also available case-insensitive values: "on" "yes" "true"
23+
"debug": "1" // also available case-insensitive values: "on" "yes" "true"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)