Fixed typo
This commit is contained in:
parent
e2f911d38b
commit
fb70a3b673
1 changed files with 1 additions and 1 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue