From 3d7803ec8c049a17d7e64a2849cd706f1dd20023 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Fri, 28 Jul 2017 10:13:32 -0700 Subject: [PATCH] Fix typo in api spec Signed-off-by: Jon Johnson --- docs/spec/api.md | 2 +- docs/spec/api.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/api.md b/docs/spec/api.md index 81d44e1b..29dc51e5 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -685,7 +685,7 @@ Content-Type: application/octet-stream ``` Optionally, if all chunks have already been uploaded, a `PUT` request with a -`digest` parameter and zero-length body may be sent to complete and validated +`digest` parameter and zero-length body may be sent to complete and validate the upload. Multiple "digest" parameters may be provided with different digests. The server may verify none or all of them but _must_ notify the client if the content is rejected. diff --git a/docs/spec/api.md.tmpl b/docs/spec/api.md.tmpl index f96d3346..4338b057 100644 --- a/docs/spec/api.md.tmpl +++ b/docs/spec/api.md.tmpl @@ -685,7 +685,7 @@ Content-Type: application/octet-stream ``` Optionally, if all chunks have already been uploaded, a `PUT` request with a -`digest` parameter and zero-length body may be sent to complete and validated +`digest` parameter and zero-length body may be sent to complete and validate the upload. Multiple "digest" parameters may be provided with different digests. The server may verify none or all of them but _must_ notify the client if the content is rejected.