Skip to content

Commit f980ba7

Browse files
committed
fix typo
1 parent eb99954 commit f980ba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/nu-parser/src/parse_keywords.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3765,7 +3765,7 @@ pub fn parse_register(
37653765
} else {
37663766
Err(ParseError::LabeledError(
37673767
"Register plugin failed".into(),
3768-
"plugin name must starts with nu_plugin_".into(),
3768+
"plugin name must start with nu_plugin_".into(),
37693769
path_span,
37703770
))
37713771
}
@@ -3800,7 +3800,7 @@ pub fn parse_register(
38003800
} else {
38013801
Err(ParseError::LabeledError(
38023802
"Register plugin failed".into(),
3803-
"plugin name must starts with nu_plugin_".into(),
3803+
"plugin name must start with nu_plugin_".into(),
38043804
path_span,
38053805
))
38063806
}

0 commit comments

Comments
 (0)