Skip to content

Commit c8aa4af

Browse files
committed
Fix indentation for list in GridFS tutorial
1 parent b1ca638 commit c8aa4af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/tutorial/gridfs.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ method.
2828

2929
The bucket can be constructed with various options:
3030

31-
- ``bucketName`` determines the prefix for the bucket's metadata and chunk
32-
collections. The default value is ``"fs"``.
33-
- ``chunkSizeBytes`` determines the size of each chunk. GridFS divides the
34-
file into chunks of this length, except for the last, which is only as large
35-
as needed. The default size is ``261120`` (i.e. 255 KiB).
36-
- ``readConcern``, ``readPreference`` and ``writeConcern`` options can be used
37-
to specify defaults for read and write operations, much like the
38-
:phpclass:`MongoDB\\GridFS\\Collection` options.
31+
- ``bucketName`` determines the prefix for the bucket's metadata and chunk
32+
collections. The default value is ``"fs"``.
33+
- ``chunkSizeBytes`` determines the size of each chunk. GridFS divides the file
34+
into chunks of this length, except for the last, which is only as large as
35+
needed. The default size is ``261120`` (i.e. 255 KiB).
36+
- ``readConcern``, ``readPreference`` and ``writeConcern`` options can be used
37+
to specify defaults for read and write operations, much like the
38+
:phpclass:`MongoDB\\GridFS\\Collection` options.
3939

4040
Uploading Files with Writable Streams
4141
-------------------------------------

0 commit comments

Comments
 (0)