From 4af542567c952b1255dafd6e61bd618b5ae73103 Mon Sep 17 00:00:00 2001 From: Hans Date: Tue, 30 Jan 2024 17:40:33 +0800 Subject: [PATCH] Fix a spelling typo (#7059) Release notes: N/A --- crates/terminal/src/terminal_settings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/terminal/src/terminal_settings.rs b/crates/terminal/src/terminal_settings.rs index 4ea0f3afcb..7b3d97145c 100644 --- a/crates/terminal/src/terminal_settings.rs +++ b/crates/terminal/src/terminal_settings.rs @@ -259,7 +259,7 @@ pub enum WorkingDirectory { FirstProjectDirectory, /// Always use this platform's home directory (if it can be found). AlwaysHome, - /// Slways use a specific directory. This value will be shell expanded. + /// Always use a specific directory. This value will be shell expanded. /// If this path is not a valid directory the terminal will default to /// this platform's home directory (if it can be found). Always { directory: String },