Fix a spelling typo (#7059)

Release notes: N/A
This commit is contained in:
Hans
2024-01-30 11:40:33 +02:00
committed by GitHub
parent dc5f4c8719
commit 4af542567c
+1 -1
View File
@@ -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 },