Explorar o código

Patch typo in docs

Valentin Niess %!s(int64=4) %!d(string=hai) anos
pai
achega
66039112dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/src/js/index.js

+ 1 - 1
docs/src/js/index.js

@@ -61,7 +61,7 @@ $.getJSON("https://api.github.com/repos/niess/python-appimage/releases").done(fu
         for (const release of releases) {
             elements.push(`<a href="${release.url}">${release.version}</a>`)
         }
-        $("#append-releases-list").append(
+        $("#append-releases-list").html(
             " Available Python versions are " +
             elements.slice(0, -1).join(", ") +
             " and " +