From 0ecf2452ab273815c86f0120a6ba1e10b576df89 Mon Sep 17 00:00:00 2001 From: Roberto Polli Date: Fri, 15 Jan 2021 11:59:23 +0100 Subject: [PATCH] typo: content-encoding Content-Encoding is an header, not a content-coding --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 1528c18..4fec324 100644 --- a/index.bs +++ b/index.bs @@ -351,7 +351,7 @@ spec: SHA2; urlPrefix: http://csrc.nist.gov/publications/fips/fips180-4/fips-180 1. Let |result| be the result of [[#apply-algorithm-to-response]] to the representation data without any content-codings applied, except when the user agent intends to consume the content with - content-encodings applied. In the latter case, let |result| be + content-codings applied. In the latter case, let |result| be the result of applying |algorithm| to the representation data. 2. Let |encodedResult| be result of base64 encoding |result|. 3. Return |encodedResult|.