Skip to content

Commit

Permalink
docs: typo (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexguja authored Dec 30, 2024
1 parent 32ce29f commit ebe1ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/packages/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ interface Props {
}

async function CodeBlock(props: Props) {
const out = await codeToHtml(props.children, {
const out = await codeToHast(props.children, {
lang: props.lang,
theme: 'github-dark'
})
Expand Down

0 comments on commit ebe1ecf

Please sign in to comment.