Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Porgress -> Progress
  • Loading branch information
0xDE4DB33F committed Dec 1, 2023
1 parent 4e0dc1d commit e558f22
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 e558f22

Please sign in to comment.