docs: fix typos (#34)

Found via `typos --hidden --format brief`
This commit is contained in:
Kian-Meng Ang
2025-09-06 00:31:29 +08:00
committed by GitHub
parent cd26a1b217
commit 4d351795e6
2 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ func NewChapterFromURL(url, linkName string, configs []*ScrapeConfig, index int,
log.Fatal(err)
}
// init progess bar
// init progress bar
var p progress
if config.Quiet == false {
p = NewProgress(links, name, config.Depth)