Skip to content

Commit cd1166b

Browse files
committed
Fix typo in GridFS tutorial
1 parent 1be388e commit cd1166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/gridfs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To open a download stream and read from it:
8989
$stream = $bucket->openDownloadStream($fileId);
9090
$contents = stream_get_contents($stream);
9191

92-
To download the file all at once and write it to an writable stream:
92+
To download the file all at once and write it to a writable stream:
9393

9494
.. code-block:: php
9595

0 commit comments

Comments
 (0)