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 2d8c666802
commit a97980b04d

View File

@@ -3215,8 +3215,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>