From 2f4744c1ddbf4dc994d7b38fe70dfee1ceb0241c Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Mon, 24 Aug 2015 09:23:08 +1000 Subject: [PATCH] Update hateos.rst Corrected typo in heading --- build_and_publish/hateos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_and_publish/hateos.rst b/build_and_publish/hateos.rst index d004e7d..adc627b 100644 --- a/build_and_publish/hateos.rst +++ b/build_and_publish/hateos.rst @@ -1,4 +1,4 @@ -Manageme state with HATEOAS +Management state with HATEOAS =========================== “Hypermedia As The Engine Of Application State” (HATEOAS) is a RESTful technique that can make consumer applications simpler and more robust. In many applications, the allowed actions on a resource depend on the state of that resource. Rather than require the consumer to understand and code for the allowed states, HATEOAS provides a means for the server to say what is allowed. The concept is best explained by example.