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 fd6fd07 commit 0c3084eCopy full SHA for 0c3084e
source/gridfs/gridfs-spec.md
@@ -671,7 +671,7 @@ This method is an optimisation over deleting each revision of a stored file indi
671
672
Drivers MUST first find the `_id` field of all files collection documents with the given filename. Drivers MUST then
673
delete all files collection documents with the found ids. Drivers MUST then delete all chunks with `files_id` in the
674
-found ids that was just deleted.
+found ids that were just deleted.
675
676
If there are no files collection documents with the given filename, drivers MUST raise an error.
677
0 commit comments