Skip to content

Commit 4255ad8

Browse files
committed
Update baseline-testing.md
1 parent 4e152ed commit 4255ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/mongodb-on-gcp/baseline-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Expected output:
110110

111111
### 7. Delete a Document
112112

113-
Remove a single document:
113+
The command below tells MongoDB to delete one document from the test collection, where record is exactly 100:
114114

115115
```javascript
116116
db.test.deleteOne({ record: 100 })

0 commit comments

Comments
 (0)