From 6255f8d47862faba766ec4edddb099d0f6228389 Mon Sep 17 00:00:00 2001 From: Antonio Sartori Date: Thu, 3 Aug 2023 07:13:14 +0000 Subject: [PATCH] [editorial] Fix typo --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 4eb4ed554a..1767018ba4 100644 --- a/index.bs +++ b/index.bs @@ -4902,7 +4902,7 @@ this algorithm returns normally if compilation is allowed, and throws a or event handler needs to be encoded using UTF-8 encode before computing its hash. [[SRI]] computes the hash on the raw resource that is being fetched instead. This means that it is possible for the hash needed to allow - an inline script block to be different that the hash needed to allow an + an inline script block to be different from the hash needed to allow an external script even if they have identical contents.