Skip to content

Commit d9546e1

Browse files
Update 5-network/06-fetch-api/article.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent bff9f2e commit d9546e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/06-fetch-api/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let promise = fetch(url, {
2929
credentials: "same-origin", // omit, include
3030
cache: "default", // no-store, reload, no-cache, force-cache, or only-if-cached
3131
redirect: "follow", // manual, error
32-
integrity: "", // a hash, tipo "sha256-abcdef1234567890"
32+
integrity: "", // un hash, tipo "sha256-abcdef1234567890"
3333
keepalive: false, // true
3434
signal: undefined, // AbortController per annullare la richiesta
3535
window: window // null

0 commit comments

Comments
 (0)