docs(reference): Fix glob field name

This commit is contained in:
Ed Page 2023-03-17 23:37:57 -05:00
parent 0eae00fee2
commit fc7dfba01b

View file

@ -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>` |