Correct mis-use of "it's"
This commit is contained in:
parent
ac7daa516f
commit
6af9a2e2a4
14 changed files with 29 additions and 29 deletions
|
@ -179,7 +179,7 @@ The `integrity` option allows to check if the response matches the known-ahead c
|
|||
|
||||
As described in the [specification](https://w3c.github.io/webappsec-subresource-integrity/), supported hash-functions are SHA-256, SHA-384, and SHA-512, there might be others depending on the browser.
|
||||
|
||||
For example, we're downloading a file, and we know that it's SHA-256 checksum is "abcdef" (a real checksum is longer, of course).
|
||||
For example, we're downloading a file, and we know that its SHA-256 checksum is "abcdef" (a real checksum is longer, of course).
|
||||
|
||||
We can put it in the `integrity` option, like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue