#534 - Fixed typo in reference documentation.

This commit is contained in:
Andrew D. Ball
2017-01-06 11:37:25 -06:00
committed by Oliver Gierke
parent a16ea77c15
commit f7a1d96af8

View File

@@ -398,7 +398,7 @@ NOTE: `follow()` is chainable, meaning you can string together multiple hops as
The examples shown so far demonstrate how to side step Java's type erasure and convert a single JSON-formatted resource into a `Resource<Item>` object. But what if you get a collection like an *_embedded* HAL collection?
One slight twak and you're set.
One slight tweak and you're set.
[source,java]
----