We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 022bdbe + e359d71 commit ebc6aacCopy full SHA for ebc6aac
crates/typos-cli/src/policy.rs
@@ -193,7 +193,7 @@ impl<'s> ConfigEngine<'s> {
193
for (type_name, type_engine) in type_.patterns() {
194
if type_engine.extend_glob.is_empty() {
195
if !type_matcher.contains_name(&type_name) {
196
- anyhow::bail!("Unknown type definition `{}`, pass `--type-list` to see valid names or set `extend_glob` 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);
197
}
198
} else {
199
for glob in type_engine.extend_glob.iter() {
0 commit comments