Fix a spelling typo (#7059)

Hans created

Release notes: N/A

Change summary

crates/terminal/src/terminal_settings.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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 },