aboutsummaryrefslogtreecommitdiffstats
path: root/guide/modern_web.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-06-29 19:52:52 +0200
committerLoïc Hoguin <[email protected]>2013-06-29 19:52:52 +0200
commitcc4c046ec051c8ddd7b78bc9f13bc7357d1d106e (patch)
treeb182df1716755ef35003f8b767396517a4301f21 /guide/modern_web.md
parent116acaead7c988bf292bdae68e9016ef962553da (diff)
parentf664329b0b11bdaa74f694260b3e3b3678f83d81 (diff)
downloadcowboy-cc4c046ec051c8ddd7b78bc9f13bc7357d1d106e.tar.gz
cowboy-cc4c046ec051c8ddd7b78bc9f13bc7357d1d106e.tar.bz2
cowboy-cc4c046ec051c8ddd7b78bc9f13bc7357d1d106e.zip
Merge branch 'fix_docs' of git://github.com/pannonia-technologies/cowboy
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.