Commit cd1166b9 authored by Jeremy Mikola's avatar Jeremy Mikola

Fix typo in GridFS tutorial

parent 1be388e0
......@@ -89,7 +89,7 @@ To open a download stream and read from it:
$stream = $bucket->openDownloadStream($fileId);
$contents = stream_get_contents($stream);
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:
.. code-block:: php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment