mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
9167cd9dec
* fix most typos, add crate-ci/typos to CI --------- Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
10 lines
276 B
TOML
10 lines
276 B
TOML
[default.extend-words]
|
|
# https://ratatui.rs/
|
|
ratatui = "ratatui"
|
|
# lits is short for literals
|
|
lits = "lits"
|
|
# https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeked_event
|
|
seeked = "seeked"
|
|
|
|
[files]
|
|
extend-exclude = ["translations/*", "CHANGELOG.md", "*.js"]
|