mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
fix(config): Correct typo in config field name
This commit is contained in:
parent
57ace37ec4
commit
8d02a86f2f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ impl<'s> ConfigEngine<'s> {
|
|||
.iter()
|
||||
.all(|def| def.name() != type_name.as_str())
|
||||
{
|
||||
anyhow::bail!("Unknown type definition `{}`, pass `--type-list` to see valid names or set `extend_globs` to add a new one.", type_name);
|
||||
anyhow::bail!("Unknown type definition `{}`, pass `--type-list` to see valid names or set `extend_glob` to add a new one.", type_name);
|
||||
}
|
||||
} else {
|
||||
for glob in type_engine.extend_glob.iter() {
|
||||
|
|
Loading…
Reference in a new issue