aboutsummaryrefslogtreecommitdiffstats
path: root/guide/modern_web.md
diff options
context:
space:
mode:
authorMatthias Endler <[email protected]>2013-06-27 01:01:01 +0200
committerMatthias Endler <[email protected]>2013-06-27 22:34:56 +0200
commitf664329b0b11bdaa74f694260b3e3b3678f83d81 (patch)
tree6a8aebba642666a4c3f4b3b00d88f10234445b12 /guide/modern_web.md
parent61ca86b05493f82bcbddd76911fee64dc636c885 (diff)
downloadcowboy-f664329b0b11bdaa74f694260b3e3b3678f83d81.tar.gz
cowboy-f664329b0b11bdaa74f694260b3e3b3678f83d81.tar.bz2
cowboy-f664329b0b11bdaa74f694260b3e3b3678f83d81.zip
Minor corrections of the guide
Diffstat (limited to 'guide/modern_web.md')
-rw-r--r--guide/modern_web.md2
1 files changed, 1 insertions, 1 deletions
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.