Skip to content

Commit 95a5df6

Browse files
committed
wording
1 parent e6425df commit 95a5df6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/__tests__/utils/strings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ describe("string utils", () => {
777777
"yaba",
778778
allRules,
779779
);
780-
// even though an earlier match "ab" exist but "ba" has longer overlap
780+
// even though an earlier pattern "ab" exist but "ba" has longer overlap
781781
expect(result).toStrictEqual({ inputPattern: "ba", patternStart: 1 });
782782
});
783783

monkeytype.code-workspace

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"[javascriptreact]": {
6969
"editor.defaultFormatter": "oxc.oxc-vscode",
7070
},
71-
"js/ts.tsdk.path": "backend\\node_modules\\typescript\\lib",
7271
},
7372

7473
"launch": {

0 commit comments

Comments
 (0)