Skip to content

Commit 0d0697a

Browse files
committed
Fix typo in test 'it'
1 parent 7f61abe commit 0d0697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encode/encode.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe("encode", () => {
6464
assertThrows(() => encode(info));
6565
});
6666

67-
it("throws when a child range' start is not nested propertly within its parent", () => {
67+
it("throws when a child range' start is not nested properly within its parent", () => {
6868
const info = builder.startRange(10, 0).startRange(0, 0).endRange(20, 0)
6969
.endRange(30, 0).build();
7070

0 commit comments

Comments
 (0)