From 3b34a5809c4183dea10e977cd24735c2161e13ca Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Wed, 13 Feb 2013 16:51:32 -0500 Subject: [PATCH] Fixed tiny typo --- 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 a6efd0513f2..9a277ced768 100644 --- a/source/applications/gridfs.txt +++ b/source/applications/gridfs.txt @@ -118,7 +118,7 @@ The ``files`` Collection ~~~~~~~~~~~~~~~~~~~~~~~~ Each document in the ``files`` collection represents a file in the -term:`GridFS` store. Consider the following prototype of a document in +:term:`GridFS` store. Consider the following prototype of a document in the ``files`` collection: .. code-block:: javascript