We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625137c commit 604106bCopy full SHA for 604106b
src/templates/playgroundTemplate.ts
@@ -7,7 +7,7 @@ const template = `// MongoDB Playground
7
use('mongodbVSCodePlaygroundDB');
8
9
// The drop() command destroys all data from a collection.
10
-// Make sure you run it against proper database and collection.
+// Make sure you run it against the correct database and collection.
11
db.sales.drop();
12
13
// Insert a few documents into the sales collection.
0 commit comments