Skip to content

Commit 4e7ab65

Browse files
fix typo
Co-Authored-By: Kamil Ogórek <[email protected]>
1 parent 494fa66 commit 4e7ab65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/test/integration/suites/onunhandledrejection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe("window.onunhandledrejection", function() {
7575
summary.events[0].exception.values[0].mechanism.type,
7676
"onunhandledrejection"
7777
);
78-
// even though it's a regular Event (rather than a PRE) it should sill only
78+
// even though it's a regular Event (rather than a PRE) it should still only
7979
// come through this channel
8080
assert.equal(summary.events.length, 1);
8181
}

0 commit comments

Comments
 (0)