diff --git a/src/utils/sanitizer.test.ts b/src/utils/sanitizer.test.ts index 30cfe6e..c2208bd 100644 --- a/src/utils/sanitizer.test.ts +++ b/src/utils/sanitizer.test.ts @@ -23,7 +23,7 @@ describe("cozify()", async () => { expect(result).toContain('href="https://cozy.pub?url=#"'); }); - test("should add prefetch=true of links", async () => { + test("should add prefetch=true to links", async () => { const html = "hey"; const result = await cozify(html, baseUrl); expect(result).toContain('prefetch="true"');