diff --git a/files/en-us/web/api/request/integrity/index.md b/files/en-us/web/api/request/integrity/index.md index c7eb26f8d42864b..3446d6fa63cddf3 100644 --- a/files/en-us/web/api/request/integrity/index.md +++ b/files/en-us/web/api/request/integrity/index.md @@ -49,7 +49,7 @@ async function get(request) { } ``` -When the request is made, the browser computes the SHA-384 {{glossary("Cryptographic_hash_function", "hash")}} of the fetched resource, and if the result does not match the value specified in `integrity`, the browser will reject the fetch request. +When the request is made, the browser computes the SHA-384 {{glossary("Cryptographic_hash_function", "hash")}} of the fetched resource. If the result does not match the value specified in `integrity`, the browser will reject the fetch request. ## Specifications