From f7a1d96af88a61128f2adab1ce9dd567d510efaa Mon Sep 17 00:00:00 2001 From: "Andrew D. Ball" Date: Fri, 6 Jan 2017 11:37:25 -0600 Subject: [PATCH] #534 - Fixed typo in reference documentation. --- src/main/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index d0383d99..89eccaa3 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -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` 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] ----