Skip to content

Commit

Permalink
typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Dec 27, 2024
1 parent 9103011 commit 247513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/render/pandoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
? []
Expand Down

0 comments on commit 247513c

Please sign in to comment.