Skip to content

Commit f7a1d96

Browse files
Andrew D. Ballodrotbohm
Andrew D. Ball
authored andcommitted
#534 - Fixed typo in reference documentation.
1 parent a16ea77 commit f7a1d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ NOTE: `follow()` is chainable, meaning you can string together multiple hops as
398398

399399
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?
400400

401-
One slight twak and you're set.
401+
One slight tweak and you're set.
402402

403403
[source,java]
404404
----

0 commit comments

Comments
 (0)