We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb99954 commit f980ba7Copy full SHA for f980ba7
1 file changed
crates/nu-parser/src/parse_keywords.rs
@@ -3765,7 +3765,7 @@ pub fn parse_register(
3765
} else {
3766
Err(ParseError::LabeledError(
3767
"Register plugin failed".into(),
3768
- "plugin name must starts with nu_plugin_".into(),
+ "plugin name must start with nu_plugin_".into(),
3769
path_span,
3770
))
3771
}
@@ -3800,7 +3800,7 @@ pub fn parse_register(
3800
3801
3802
3803
3804
3805
3806
0 commit comments