diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index d0383d992..89eccaa3e 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] ----