Skip to content

Commit fe8dce5

Browse files
committed
Fix spelling error
1 parent ea6bdaa commit fe8dce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/util.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function fnAddThisVal3(a: number, b: number, c: number, cb: (err?: Error | null,
1818

1919
describe("util", () => {
2020
describe("mergeLinReads", () => {
21-
it("should merge two differnt linReads", () => {
21+
it("should merge two different linReads", () => {
2222
const lr1 = createLinRead([1, 1]);
2323
const lr2 = createLinRead([2, 2], [3, 3]);
2424
const res = createLinRead([1, 1], [2, 2], [3, 3]);

0 commit comments

Comments
 (0)