From 3e64432f1a4c560d2dd013740721b545e4fb2dde Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 10 Feb 2014 10:08:42 +0100 Subject: [PATCH] DATAMONGO-842 - Improve documentation in GridFS section. Rephrased wording for better understanding. Original pull request: #120. --- src/docbkx/reference/mongodb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/reference/mongodb.xml b/src/docbkx/reference/mongodb.xml index 16e2387c6..7f300e52a 100644 --- a/src/docbkx/reference/mongodb.xml +++ b/src/docbkx/reference/mongodb.xml @@ -3390,8 +3390,8 @@ mongoTemplate.dropCollection("MyNewCollection"); </beans> - You can no get the template injected and perform storing and - retrieving operations to it. + The template can now be injected and used to perform storage and + retrieval operations. Using GridFsTemplate to store files