From f71419bd5c5292973789722744efa67586219065 Mon Sep 17 00:00:00 2001 From: Emil Date: Wed, 27 Nov 2024 09:05:06 +0000 Subject: [PATCH] Fix type in README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c840791..a7f1072 100644 --- a/README.adoc +++ b/README.adoc @@ -362,7 +362,7 @@ What needs to be done to make the REST architectural style clear on the notion t ____ -The side effect of nnot including hypermedia in our representations is that clients must hard-code URIs to navigate the API. This leads to the same brittle nature that predated the rise of e-commerce on the web. It signifies that our JSON output needs a little help. +The side effect of not including hypermedia in our representations is that clients must hard-code URIs to navigate the API. This leads to the same brittle nature that predated the rise of e-commerce on the web. It signifies that our JSON output needs a little help. [#_spring_hateoas] == Spring HATEOAS