Public: Fix typo in inline script comment

This commit is contained in:
networkException 2022-12-19 13:08:40 +01:00
parent 0f9b3ea798
commit f3bc8d3b5f
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@
const response = await fetch(window.location.href);
const text = (await response.text())
// NOTE: This removes <link rel="me" href="some-ressource"> tags from the document so the head
// NOTE: This removes <link rel="me" href="some-resource"> tags from the document so the head
// doesn't get as cluttered.
// FIXME: Change this to use a more sophisticated api once tree construction is implemented.
.split('\n')

View file

@ -104,7 +104,7 @@
const request = new XMLHttpRequest();
request.addEventListener("load", async function() {
const text = this.responseText
// NOTE: This removes <link rel="me" href="some-ressource"> tags from the document so the head
// NOTE: This removes <link rel="me" href="some-resource"> tags from the document so the head
// doesn't get as cluttered.
// FIXME: Change this to use a more sophisticated api once tree construction is implemented.
.split('\n')