DATAREST-323 - Fix typos and remove a duplicated word.

Original pull requests: #140, #141.
Related tickets: DATAREST-324.
This commit is contained in:
Elnur Abdurrakhimov
2014-06-19 05:53:00 +04:00
committed by Oliver Gierke
parent 59beb1db1a
commit a9305cab33
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
<para>For this repository, Spring Data REST exposes a collection resource
at <code>/orders</code>. The path is derived from the uncapitalized,
pluralized, simple class name of the domain class being managed. It also
exposes a an item resource for each of the items managed by te repository
exposes an item resource for each of the items managed by the repository
under the URI template <uri>/orders/{id}</uri>. </para>
<para>By default the HTTP methods to interact with these resources map to