mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
typo: seach -> search (#5264)
This commit is contained in:
parent
e97ba9b74c
commit
1295495758
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ impl DescriptionMenu {
|
|||
}
|
||||
|
||||
fn no_records_msg(&self, use_ansi_coloring: bool) -> String {
|
||||
let msg = "TYPE TO START SEACH";
|
||||
let msg = "TYPE TO START SEARCH";
|
||||
if use_ansi_coloring {
|
||||
format!(
|
||||
"{}{}{}",
|
||||
|
|
Loading…
Reference in a new issue