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

View File

@@ -5,7 +5,7 @@ ci:
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v6.0.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-case-conflict - id: check-case-conflict
@@ -16,7 +16,12 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/rbubley/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode rev: v3.8.0
hooks: hooks:
- id: prettier - id: prettier
- repo: https://github.com/crate-ci/typos
rev: v1.42.0
hooks:
- id: typos

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
]

View File

@@ -141,7 +141,7 @@ history-show-list-char = ^
filename-scroll-left-char = « filename-scroll-left-char = «
filename-scroll-right-char = » filename-scroll-right-char = »
[widget-scollbar] [widget-scrollbar]
first-vert-char = first-vert-char =
last-vert-char = last-vert-char =
first-horiz-char = « first-horiz-char = «

View File

@@ -163,7 +163,7 @@ history-show-list-char = ^
filename-scroll-left-char = « filename-scroll-left-char = «
filename-scroll-right-char = » filename-scroll-right-char = »
[widget-scollbar] [widget-scrollbar]
first-vert-char = first-vert-char =
last-vert-char = last-vert-char =
first-horiz-char = « first-horiz-char = «