DATAMONGO-842 - Improve documentation in GridFS section.

Rephrased wording for better understanding.

Original pull request: #120.
This commit is contained in:
Thomas Darimont
2014-02-10 10:08:42 +01:00
committed by Oliver Gierke
parent 88c968ad36
commit 3e64432f1a

View File

@@ -3390,8 +3390,8 @@ mongoTemplate.dropCollection("MyNewCollection"); </programlisting>
&lt;/beans&gt;</programlisting>
</example>
<para>You can no get the template injected and perform storing and
retrieving operations to it.</para>
<para>The template can now be injected and used to perform storage and
retrieval operations.</para>
<example>
<title>Using GridFsTemplate to store files</title>