From 022c5ef6e7cc2c78ef469304af5bb5867f3c7cc3 Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Sun, 6 Jan 2013 16:29:22 +0200 Subject: [PATCH] Fixed typo "video of audio" to "video or audio" --- source/applications/gridfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/applications/gridfs.txt b/source/applications/gridfs.txt index e1ac02265df..1875b10b443 100644 --- a/source/applications/gridfs.txt +++ b/source/applications/gridfs.txt @@ -20,7 +20,7 @@ When you query a GridFS store for a file, the driver or client will reassemble the chunks as needed. You can perform range queries on files stored through GridFS. You also can access information from arbitrate sections of files, which allows you to "skip" into the -middle of a video of audio file. +middle of a video or audio file. GridFS is useful not only for storing files that exceed 16MB but also for storing any files for which you want access without having to load