summaryrefslogtreecommitdiff
path: root/docs/topics/conditional-view-processing.txt
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-03-13 19:47:58 +0100
committerJakub Wilk <jwilk@jwilk.net>2016-03-13 19:48:24 +0100
commit402da9ab7b2bae807b7ea30c23ef524b0aeb1903 (patch)
tree398cca9ff1cddcdbc8da7adeca62a25e6dae598a /docs/topics/conditional-view-processing.txt
parent91f87b8f91f5f8d01ac4b814dce218be27f56ab2 (diff)
Fixed typos in docs.
Diffstat (limited to 'docs/topics/conditional-view-processing.txt')
-rw-r--r--docs/topics/conditional-view-processing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/conditional-view-processing.txt b/docs/topics/conditional-view-processing.txt
index 3d667337fd..742926e759 100644
--- a/docs/topics/conditional-view-processing.txt
+++ b/docs/topics/conditional-view-processing.txt
@@ -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