Skip to content

Commit 5823137

Browse files
authored
Merge pull request #5561 from cloudflare/vicb/typo-domain
2 parents 39d6ef6 + bd69629 commit 5823137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node/domain.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ export class Domain extends EventEmitter {
4343
}
4444

4545
exit(): void {
46-
// Insteading of throwing, we just don't do anything here.
46+
// Instead of throwing, we just don't do anything here.
4747
}
4848

4949
add(_ee: unknown): void {
50-
// Insteading of throwing, we just don't do anything here.
50+
// Instead of throwing, we just don't do anything here.
5151
}
5252

5353
remove(_ee: unknown): void {
54-
// Insteading of throwing, we just don't do anything here.
54+
// Instead of throwing, we just don't do anything here.
5555
}
5656

5757
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type

0 commit comments

Comments
 (0)