diff --git a/docs/reference.md b/docs/reference.md index 4ea0251..d5d69c6 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -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.\.\ | \ | \ | See `default.` for child keys. Run with `--type-list` to see available ``s | -| type.\.extend_globs | \- | list of strings | File globs for matching `` | +| type.\.extend-glob | \- | list of strings | File globs for matching `` |