Skip to content

Commit ed6406c

Browse files
authored
typo fix
1 parent 4042183 commit ed6406c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="referrer" content="no-referrer" />
66
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src-elem 'self' 'unsafe-inline'; script-src 'self' https://cdnjs.cloudflare.com 'unsafe-inline' 'unsafe-eval'; img-src 'self'" >
77
<meta http-equiv="Permissions-Policy" content="accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), speaker-selection=(), conversion-measurement=(), focus-without-user-activation=(), hid=(), idle-detection=(), interest-cohort=(), serial=(), sync-script=(), trust-token-redemption=(), unload=(), window-placement=(), vertical-scroll=()" >
8-
<title>Psuedo-Anonymised ID Generator</title>
8+
<title>Pseudo-Anonymised ID Generator</title>
99
<link rel="icon" type="image/x-icon" href="favicon.png">
1010
<style>
1111
#options, #preview, #loading, #hashing {
@@ -31,7 +31,7 @@
3131
<div id="privacyNotice">
3232
Please NOTE: No data from the CSV file leaves your device. All processing is done locally.
3333
</div>
34-
<h1>Psuedo-Anonymised ID Generator - from .csv</h1>
34+
<h1>Pseudo-Anonymised ID Generator - from .csv</h1>
3535
<form id="myForm">
3636
<input type="file" id="csvFile" accept=".csv" />
3737
<br />
@@ -291,3 +291,4 @@ <h2>Hash Input</h2>
291291
</script>
292292
</body>
293293
</html>
294+

0 commit comments

Comments
 (0)