diff options
Diffstat (limited to 'packages/markdown/remark/test/shiki.test.js')
-rw-r--r-- | packages/markdown/remark/test/shiki.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/test/shiki.test.js b/packages/markdown/remark/test/shiki.test.js index 45582d752..e230b2982 100644 --- a/packages/markdown/remark/test/shiki.test.js +++ b/packages/markdown/remark/test/shiki.test.js @@ -124,7 +124,7 @@ describe('shiki syntax highlighting', () => { assert.match(html, /data-language="cjs"/); }); - it('the markdown processsor support lang alias', async () => { + it('the markdown processor support lang alias', async () => { const processor = await createMarkdownProcessor({ shikiConfig: { langAlias: { |