mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Patch typo in docs
This commit is contained in:
@@ -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 " +
|
||||
|
||||
Reference in New Issue
Block a user