Fix spelling
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user