Fixed typo

This commit is contained in:
Sun Knudsen 2022-03-21 09:02:02 -04:00
parent e2f911d38b
commit fb70a3b673
No known key found for this signature in database
GPG key ID: 02C43AD072D57783

2
.vscode/tasks.json vendored
View file

@ -13,7 +13,7 @@
{ {
"type": "shell", "type": "shell",
"label": "Preview markdown", "label": "Preview markdown",
"command": "node ./tasks/preview-markdown.js '${relativeFile}\"", "command": "node ./tasks/preview-markdown.js '${relativeFile}'",
"presentation": { "presentation": {
"reveal": "silent" "reveal": "silent"
}, },