From 247513ca1c072567f44132de6aee3c474c5f5afc Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Fri, 27 Dec 2024 16:16:06 +0100 Subject: [PATCH] typo in comments --- src/command/render/pandoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/render/pandoc.ts b/src/command/render/pandoc.ts index 0228ea3448..25b4c36e1d 100644 --- a/src/command/render/pandoc.ts +++ b/src/command/render/pandoc.ts @@ -594,7 +594,7 @@ export async function runPandoc( // or by the project as format extras if (extras[kNotebooks]) { const documentNotebooks = options.format.render[kNotebookView]; - // False means taht the user has explicitely disabled notebooks + // False means that the user has explicitely disabled notebooks if (documentNotebooks !== false) { const userNotebooks = documentNotebooks === true ? []