diff --git a/src/file/paragraph/run/run.spec.ts b/src/file/paragraph/run/run.spec.ts index 5d5650ce31..162804b5ba 100644 --- a/src/file/paragraph/run/run.spec.ts +++ b/src/file/paragraph/run/run.spec.ts @@ -9,7 +9,7 @@ import { PageNumber, Run } from "./run"; import { UnderlineType } from "./underline"; import { TextEffect } from "./properties"; describe("Run", () => { - describe("#noproof()", () => { + describe("#noProof()", () => { it("turns off spelling and grammar checkers for a run", () => { const run = new Run({ noProof: true,