0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Fix typo in REST principles chapter

This commit is contained in:
Paulo Oliveira 2014-06-30 21:45:11 +01:00
parent fdf815bfce
commit 531e7f9d7b

View file

@ -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.