From 62427382308f98aa6dbe8442f87293f014ed446f Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Wed, 10 May 2023 23:22:56 +1200 Subject: [PATCH] typo fix --- src/web/HTMLOperation.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/HTMLOperation.mjs b/src/web/HTMLOperation.mjs index 481ad364..a7ae0277 100755 --- a/src/web/HTMLOperation.mjs +++ b/src/web/HTMLOperation.mjs @@ -46,7 +46,7 @@ class HTMLOperation { * @returns {string} */ toStubHtml(removeIcon) { - // this.name is pollute with HTML if it originates from search-results, so before + // this.name is polluted with HTML if it originates from search-results, so before // returning the HTML we purge this.name from any HTML for the data-name attribute const name = this.name.replace(/(<([^>]+)>)/ig, "");