Fix a spelling typo (#7059)

Release notes: N/A
This commit is contained in:
Hans 2024-01-30 17:40:33 +08:00 committed by GitHub
parent dc5f4c8719
commit 4af542567c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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