Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed Oct 13, 2024
1 parent 7e9dd66 commit 2f53e95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ seasideWebComponentsJs
#load(method, url, data) {
const xhr = new XMLHttpRequest();
xhr.responseType = "text"; // we do not stirp anyhing, just use innerHtml
xhr.responseType = "text"; // we do not strip anyhing, just use innerHtml
xhr.addEventListener("load", (event) => {
if (xhr.status === 200) {
this.#shadowRoot.innerHTML = xhr.response;
Expand Down

0 comments on commit 2f53e95

Please sign in to comment.