Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Feb 19, 2024
1 parent cc13db7 commit 965d871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const handleNode =
// But if the following one is a block, the newline would be trimmed by the upstream.
// To start a new block, a newline is required.
// So we just need to addtionally check if the following one is a block.
// The legacy title variant is not affected since it checks an inline and does not case the newline.
// The legacy title variant is not affected since it checks an inline and does not care about the newline.

// No addtional inlines can exist in this paragraph for the title...
if (paragraph.children.length > 1) {
Expand Down

0 comments on commit 965d871

Please sign in to comment.