Skip to content

Commit 247513c

Browse files
committed
typo in comments
1 parent 9103011 commit 247513c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/render/pandoc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ export async function runPandoc(
594594
// or by the project as format extras
595595
if (extras[kNotebooks]) {
596596
const documentNotebooks = options.format.render[kNotebookView];
597-
// False means taht the user has explicitely disabled notebooks
597+
// False means that the user has explicitely disabled notebooks
598598
if (documentNotebooks !== false) {
599599
const userNotebooks = documentNotebooks === true
600600
? []

0 commit comments

Comments
 (0)