Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 74e2af7

Browse files
committed
docs: fix lang
1 parent e269416 commit 74e2af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
encoding: 'utf8',
8585
})
8686
text = `<script>\n${text}</script>`
87-
const lang = 'js'
87+
const lang = 'html'
8888
const code = prism.highlight(text, prism.languages[lang], lang)
8989
return `<pre><code language="language-${lang}">${code}</code></pre>`
9090
})

0 commit comments

Comments
 (0)