Skip to content

Commit 9516d70

Browse files
fix: typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
1 parent 6624ef4 commit 9516d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rehype-shiki/src/__tests__/plugin.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ describe('rehypeShikiji', { concurrency: true }, async () => {
196196
);
197197
});
198198

199-
it("if itsn't a squence of cjs/esm codeblock, it should not pair them", () => {
199+
it("if it isn't a sequence of cjs/esm codeblock, it should not pair them", () => {
200200
const parent = {
201201
type: 'root',
202202
children: [

0 commit comments

Comments
 (0)