Skip to content

Commit 2bab251

Browse files
authored
chore: remove redundant word in comment (#13729)
Signed-off-by: clonemycode <[email protected]>
1 parent 3ab810d commit 2bab251

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
- ChristophP
7373
- christowiz
7474
- clavery
75+
- clonemycode
7576
- Cmoen11
7677
- codeape2
7778
- coryhouse

integration/error-sanitization-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ test.describe("Error Sanitization", () => {
212212
expect(html).toMatch("Defer Route");
213213
expect(html).toMatch("RESOLVED");
214214
expect(html).not.toMatch("MESSAGE:");
215-
// Defer errors are not not part of the JSON blob but rather rejected
215+
// Defer errors are not part of the JSON blob but rather rejected
216216
// against a pending promise and therefore are inlined JS.
217217
expect(html).not.toMatch("x.stack=e.stack;");
218218
});
@@ -608,7 +608,7 @@ test.describe("Error Sanitization", () => {
608608
expect(html).toMatch("Defer Route");
609609
expect(html).toMatch("RESOLVED");
610610
expect(html).not.toMatch("MESSAGE:");
611-
// Defer errors are not not part of the JSON blob but rather rejected
611+
// Defer errors are not part of the JSON blob but rather rejected
612612
// against a pending promise and therefore are inlined JS.
613613
expect(html).not.toMatch("x.stack=e.stack;");
614614
});

0 commit comments

Comments
 (0)