We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0dc1d commit e558f22Copy full SHA for e558f22
src/http/html/index.html
@@ -184,7 +184,7 @@
184
progressDiv.innerHTML = `
185
<p>${title}</p>
186
<div class="progress-bar progress-bar-show-percent">
187
- <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>
188
</div>`
189
progressSection.appendChild(progressDiv)
190
}
0 commit comments