Skip to content

Commit

Permalink
Update files/en-us/web/api/document/requeststorageaccess/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
arichiv and github-actions[bot] authored May 3, 2024
1 parent 3dae799 commit dfdcfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/document/requeststorageaccess/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ document.requestStorageAccess().then(
},
);

document.requestStorageAccess({localStorage: true}).then(
document.requestStorageAccess({ localStorage: true }).then(
(handle) => {
console.log("localStorage access granted");
},
Expand Down

0 comments on commit dfdcfa0

Please sign in to comment.