Fix spelling

This commit is contained in:
Dolan Miu
2023-06-14 01:55:47 +01:00
parent a168dc1c15
commit e4eeb3f87f

View File

@ -9,7 +9,7 @@ import { PageNumber, Run } from "./run";
import { UnderlineType } from "./underline"; import { UnderlineType } from "./underline";
import { TextEffect } from "./properties"; import { TextEffect } from "./properties";
describe("Run", () => { describe("Run", () => {
describe("#noproof()", () => { describe("#noProof()", () => {
it("turns off spelling and grammar checkers for a run", () => { it("turns off spelling and grammar checkers for a run", () => {
const run = new Run({ const run = new Run({
noProof: true, noProof: true,