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 1be388e commit cd1166bCopy full SHA for cd1166b
docs/tutorial/gridfs.txt
@@ -89,7 +89,7 @@ To open a download stream and read from it:
89
$stream = $bucket->openDownloadStream($fileId);
90
$contents = stream_get_contents($stream);
91
92
-To download the file all at once and write it to an writable stream:
+To download the file all at once and write it to a writable stream:
93
94
.. code-block:: php
95
0 commit comments