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