mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
docs(reference): Fix glob field name
This commit is contained in:
parent
0eae00fee2
commit
fc7dfba01b
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ Configuration is read from the following (in precedence order)
|
|||
| default.extend-ignore-identifiers-re | \- | list of [regexes](https://docs.rs/regex/latest/regex/index.html#syntax) | Pattern-match always-valid identifiers |
|
||||
| default.extend-words | \- | table of strings | Corrections for [words](./design.md#identifiers-and-words). When the correction is blank, the word is never valid. When the correction is the key, the word is always valid. |
|
||||
| type.\<name>.\<field> | \<varied> | \<varied> | See `default.` for child keys. Run with `--type-list` to see available `<name>`s |
|
||||
| type.\<name>.extend_globs | \- | list of strings | File globs for matching `<name>` |
|
||||
| type.\<name>.extend-glob | \- | list of strings | File globs for matching `<name>` |
|
||||
|
|
Loading…
Reference in a new issue