From 8bd84d94c5c4d3dd152aeafddcffbb7df9f3b373 Mon Sep 17 00:00:00 2001 From: Rogerio Bernardo Date: Sun, 19 Apr 2020 12:49:44 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd30c8f3..a6ae719d 100644 --- a/README.md +++ b/README.md @@ -1506,7 +1506,7 @@ There are four qualities of a RESTful interface: * **Identify resources (URI in HTTP)** - use the same URI regardless of any operation. * **Change with representations (Verbs in HTTP)** - use verbs, headers, and body. * **Self-descriptive error message (Status codes in HTTP)** - use status codes, don't reinvent the wheel. -* **[HATEOAS](https://en.wikipedia.org/wiki/HATEOAS) (Hypermedia in HTTP)** - provide dynamic application options throug hypermedia. +* **[HATEOAS](https://en.wikipedia.org/wiki/HATEOAS) (Hypermedia in HTTP)** - provide dynamic application options through hypermedia. Sample REST calls: