Skip to content

Commit 604106b

Browse files
authored
Grammar fix on the VS Code Playground template (#242)
"Make sure you run it against proper database and collection." -> "Make sure you run it against the correct database and collection."
1 parent 625137c commit 604106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/playgroundTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const template = `// MongoDB Playground
77
use('mongodbVSCodePlaygroundDB');
88
99
// The drop() command destroys all data from a collection.
10-
// Make sure you run it against proper database and collection.
10+
// Make sure you run it against the correct database and collection.
1111
db.sales.drop();
1212
1313
// Insert a few documents into the sales collection.

0 commit comments

Comments
 (0)