docs: Add missing space in Filesystem/start's usage (#8458)

In order to fix the selected text, below, in the documentation: 
<img width="1252" alt="Screenshot 2023-03-15 at 06 50 25"
src="https://user-images.githubusercontent.com/3862051/225218941-7654803f-7b85-490a-9fb0-3de7d666935b.png">

PS: see https://github.com/nushell/nushell.github.io/pull/826 that was
created before this pull request.
This commit is contained in:
Nicolas Kosinski 2023-03-15 13:16:41 +01:00 committed by GitHub
parent 61455b457d
commit 494a07f6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ impl Command for Start {
} }
fn usage(&self) -> &str { 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> { fn search_terms(&self) -> Vec<&str> {