Skip to content

Commit

Permalink
docs: fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
ceigh committed Jun 29, 2024
1 parent d869705 commit 6ff4cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
import markdownit from "markdown-it";
import markdownitTypograf from "markdown-it-typograf";

const md = markdownit().use(markdownItTypograf, {
const md = markdownit().use(markdownitTypograf, {
typografSetup(tp) {
tp.enableRule("common/number/digitGrouping");
},
Expand Down

0 comments on commit 6ff4cd1

Please sign in to comment.