Fix a typo in the task example (#23148)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov
2025-01-14 20:33:28 +00:00
committed by GitHub
parent a3e7444d77
commit 4445679f3c
+1 -1
View File
@@ -515,7 +515,7 @@
"cmd-alt-r": "task::Rerun",
"ctrl-alt-shift-r": ["task::Spawn", { "reveal_target": "center" }]
// 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