mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 15:44:59 +02:00
typo: seach -> search (#5264)
This commit is contained in:
@ -272,7 +272,7 @@ impl DescriptionMenu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn no_records_msg(&self, use_ansi_coloring: bool) -> String {
|
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 {
|
if use_ansi_coloring {
|
||||||
format!(
|
format!(
|
||||||
"{}{}{}",
|
"{}{}{}",
|
||||||
|
Reference in New Issue
Block a user