From 494a07f6f3b158e3b147629e366f12446f31686d Mon Sep 17 00:00:00 2001 From: Nicolas Kosinski Date: Wed, 15 Mar 2023 13:16:41 +0100 Subject: [PATCH] docs: Add missing space in Filesystem/start's usage (#8458) In order to fix the selected text, below, in the documentation: Screenshot 2023-03-15 at 06 50 25 PS: see https://github.com/nushell/nushell.github.io/pull/826 that was created before this pull request. --- crates/nu-command/src/filesystem/start.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/filesystem/start.rs b/crates/nu-command/src/filesystem/start.rs index c6eb38c21..7a5358e14 100644 --- a/crates/nu-command/src/filesystem/start.rs +++ b/crates/nu-command/src/filesystem/start.rs @@ -16,7 +16,7 @@ impl Command for Start { } fn usage(&self) -> &str { - "Open a folder,file or website in the default application or viewer." + "Open a folder, file or website in the default application or viewer." } fn search_terms(&self) -> Vec<&str> {