Skip to content

Commit e558f22

Browse files
committed
Fix typo
Porgress -> Progress
1 parent 4e0dc1d commit e558f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
progressDiv.innerHTML = `
185185
<p>${title}</p>
186186
<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>
187+
<div id="${id}-progress-bar" class="progress-bar-filled" style="width: 0" data-filled="Progress 0%"></div>
188188
</div>`
189189
progressSection.appendChild(progressDiv)
190190
}

0 commit comments

Comments
 (0)