Skip to content

Commit

Permalink
Merge pull request #104 from 0xDE4DB33F/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
burritoflakes committed Dec 4, 2023
2 parents 4e0dc1d + e558f22 commit 6baab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
progressDiv.innerHTML = `
<p>${title}</p>
<div class="progress-bar progress-bar-show-percent">
<div id="${id}-progress-bar" class="progress-bar-filled" style="width: 0" data-filled="Porgress 0%"></div>
<div id="${id}-progress-bar" class="progress-bar-filled" style="width: 0" data-filled="Progress 0%"></div>
</div>`
progressSection.appendChild(progressDiv)
}
Expand Down

0 comments on commit 6baab1f

Please sign in to comment.