Skip to content

Commit 022c5ef

Browse files
committed
Fixed typo "video of audio" to "video or audio"
1 parent 5395dd0 commit 022c5ef

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
@@ -20,7 +20,7 @@ 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
2222
arbitrate sections of files, which allows you to "skip" into the
23-
middle of a video of audio file.
23+
middle of a video or audio file.
2424

2525
GridFS is useful not only for storing files that exceed 16MB but also
2626
for storing any files for which you want access without having to load

0 commit comments

Comments
 (0)