From fc7dfba01bd01fa26efbad769136290b1c191e02 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 17 Mar 2023 23:37:57 -0500 Subject: [PATCH] docs(reference): Fix glob field name --- docs/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `` |