DATAREST-323 - Fix typos and remove a duplicated word.
Original pull requests: #140, #141. Related tickets: DATAREST-324.
This commit is contained in:
committed by
Oliver Gierke
parent
59beb1db1a
commit
a9305cab33
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user