From 531e7f9d7b6bfd22cdcba3defbf3a511303b89a2 Mon Sep 17 00:00:00 2001 From: Paulo Oliveira Date: Mon, 30 Jun 2014 21:45:11 +0100 Subject: Fix typo in REST principles chapter --- guide/rest_principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide/rest_principles.md') 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. -- cgit v1.2.3