Fix a typo in the task example (#23148)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-01-14 22:33:28 +02:00 committed by GitHub
parent a3e7444d77
commit 4445679f3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -515,7 +515,7 @@
"cmd-alt-r": "task::Rerun", "cmd-alt-r": "task::Rerun",
"ctrl-alt-shift-r": ["task::Spawn", { "reveal_target": "center" }] "ctrl-alt-shift-r": ["task::Spawn", { "reveal_target": "center" }]
// also possible to spawn tasks by name: // also possible to spawn tasks by name:
// "foo-bar": ["task_name::Spawn", { "task_name": "MyTask", "reveal_target": "dock" }] // "foo-bar": ["task::Spawn", { "task_name": "MyTask", "reveal_target": "dock" }]
} }
}, },
// Bindings from Sublime Text // Bindings from Sublime Text