Skip to content

Commit 3889ab7

Browse files
committed
Update source/applications/gridfs.txt
Corrected typo: "You also can access information from arbitrate sections of files" become "You also can access information from arbitrary sections of files"
1 parent d7f2c27 commit 3889ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/applications/gridfs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ collection stores the file chunks, and the other stores file metadata.
1919
When you query a GridFS store for a file, the driver or client will
2020
reassemble the chunks as needed. You can perform range queries on
2121
files stored through GridFS. You also can access information from
22-
arbitrate sections of files, which allows you to "skip" into the
22+
arbitrary sections of files, which allows you to "skip" into the
2323
middle of a video or audio file.
2424

2525
GridFS is useful not only for storing files that exceed 16MB but also

0 commit comments

Comments
 (0)