Fixed typos in docs.

This commit is contained in:
Jakub Wilk 2016-03-13 19:47:58 +01:00
parent 91f87b8f91
commit 402da9ab7b
6 changed files with 6 additions and 6 deletions

View file

@ -167,7 +167,7 @@ For example, consider the following exchange between the client and server:
the version it is trying to update.
4. Server checks to see if the resource has changed, by computing the ETag
the same way it does for a ``GET`` request (using the same function).
If the resource *has* changed, it will return a 412 status code code,
If the resource *has* changed, it will return a 412 status code,
meaning "precondition failed".
5. Client sends a ``GET`` request to ``/foo/``, after receiving a 412
response, to retrieve an updated version of the content before updating