From f664329b0b11bdaa74f694260b3e3b3678f83d81 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 27 Jun 2013 01:01:01 +0200 Subject: Minor corrections of the guide --- guide/modern_web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide/modern_web.md') diff --git a/guide/modern_web.md b/guide/modern_web.md index 6c668b3..65e1c1c 100644 --- a/guide/modern_web.md +++ b/guide/modern_web.md @@ -66,7 +66,7 @@ of concerns between the client and the server. They communicate by referencing resources. Resources can be identified, but also manipulated. A resource representation has a media type and information about whether it can be cached and how. Hypermedia -determines how resources are related and they can be used. +determines how resources are related and how they can be used. REST is also stateless. All requests contain the complete information necessary to perform the action. -- cgit v1.2.3