diff --git a/crates/terminal/src/terminal_settings.rs b/crates/terminal/src/terminal_settings.rs index 4ea0f3afcbcb3..7b3d97145c0c5 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 },