Skip to content

Commit 3d8bf5e

Browse files
committed
JM feedback
1 parent da29084 commit 3d8bf5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/write/gridfs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ of ``'my_file'``:
411411
Delete Files
412412
------------
413413

414-
Use the ``MongoDB\GridFS\Bucket::delete()`` method to remove a file's collection
414+
Use the ``MongoDB\GridFS\Bucket::delete()`` method to remove a GridFS file's collection
415415
document and associated chunks from your bucket. This effectively deletes the file.
416416
Pass the ``_id`` value of the file you want to delete as a parameter to the
417417
``delete()`` method.
@@ -425,7 +425,7 @@ The following example shows you how to delete a file by referencing its ``_id``
425425
:end-before: end-delete-files-id
426426

427427
Alternatively, you can use the ``MongoDB\GridFS\Bucket::deleteByName()`` method
428-
to delete a file and all its file revisions. Pass the ``filename`` value of the
428+
to delete a GridFS file and all its file revisions. Pass the ``filename`` value of the
429429
file you want to delete as a parameter to the ``deleteByName()`` method, as shown
430430
in the following code:
431431

0 commit comments

Comments
 (0)