Commit a35afaf2 authored by Maciej Malarz's avatar Maciej Malarz Committed by Jeremy Mikola

Fix typo in GridFS tutorial

parent 96bda621
......@@ -28,7 +28,7 @@ method.
The bucket can be constructed with various options:
- ``bucketName`` determines the prefix for the buckey's metadata and chunk
- ``bucketName`` determines the prefix for the bucket's metadata and chunk
collections. The default value is ``"fs"``.
- ``chunkSizeBytes`` determines the size of each chunk. GridFS divides the
file into chunks of this length, except for the last, which is only as large
......
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