mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
* chore: Fix misc typos (UI, docs, code...) * chore(dev): Support PATH with spaces in Makefile E.g. `Application Support` on MacOS * chore: Typos in schema v2 description * chore: more typos * chore(dev): Add _typos.toml
6 lines
181 B
TOML
6 lines
181 B
TOML
[default.extend-words]
|
|
# Don't correct the surname "Do Not Exists"
|
|
dne = "dne"
|
|
|
|
[files]
|
|
extend-exclude = ["vendor/**/*", "CHANGELOG.md", "packages/web/src/lib/languageMetadata.ts"]
|