fix: correct typo in scrollbar widget name (#14)

This commit is contained in:
deadnews
2026-01-21 06:21:36 +07:00
committed by GitHub
parent 07e8704d38
commit 8275a292a0
4 changed files with 20 additions and 5 deletions

10
.typos.toml Normal file
View File

@@ -0,0 +1,10 @@
[files]
extend-exclude = ["CHANGELOG.md"]
[default]
extend-ignore-words-re = [
"^[A-Za-z]{1,3}$", # Ignore short words
]
extend-ignore-identifiers-re = [
"^[A-Za-z]{1,3}$", # Ignore short identifiers
]