Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 1, 2015
1 parent 5d43d36 commit 868409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plone.restapi is a RESTful hypermedia API for Plone.
RESTful Hypermedia API
----------------------

REST stands for `Representational State Transfer`_. It is a software architectural principle to create loosly coupled web APIs.
REST stands for `Representational State Transfer`_. It is a software architectural principle to create loosely coupled web APIs.

Most web APIs have a tight coupling between client and server. This makes them brittle and hard to change over time. It requires them not only to fully document every small detail of the API, but also write a client implementation that follows that specification 100% and breaks as soon as you change any detail.

Expand Down

0 comments on commit 868409f

Please sign in to comment.