aboutsummaryrefslogtreecommitdiffstats
path: root/guide/rest_principles.md
diff options
context:
space:
mode:
authorPaulo Oliveira <[email protected]>2014-06-30 21:45:11 +0100
committerPaulo Oliveira <[email protected]>2014-06-30 21:45:11 +0100
commit531e7f9d7b6bfd22cdcba3defbf3a511303b89a2 (patch)
tree9fa9cf9c10836ee2bca594dc7bdd6356aa100194 /guide/rest_principles.md
parentfdf815bfce89ea0e27e44cbdb781f5e20bd235ef (diff)
downloadcowboy-531e7f9d7b6bfd22cdcba3defbf3a511303b89a2.tar.gz
cowboy-531e7f9d7b6bfd22cdcba3defbf3a511303b89a2.tar.bz2
cowboy-531e7f9d7b6bfd22cdcba3defbf3a511303b89a2.zip
Fix typo in REST principles chapter
Diffstat (limited to 'guide/rest_principles.md')
-rw-r--r--guide/rest_principles.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/rest_principles.md b/guide/rest_principles.md
index 29198ee..922f158 100644
--- a/guide/rest_principles.md
+++ b/guide/rest_principles.md
@@ -22,7 +22,7 @@ REST is a *client-server* architecture. The client and the server
both have a different set of concerns. The server stores and/or
manipulates information and makes it available to the user in
an efficient manner. The client takes that information and
-displays it to the user and/or use it to perform subsequent
+displays it to the user and/or uses it to perform subsequent
requests for information. This separation of concerns allows both
the client and the server to evolve independently as it only
requires that the interface stays the same.