Skip to content

Commit d84eedc

Browse files
Typo
1 parent 8f46269 commit d84eedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('main', () => {
100100
);
101101
});
102102

103-
it('adds all fours registrations to the activation context', async () => {
103+
it('adds all four registrations to the activation context', async () => {
104104
const context = createTestActivationContext();
105105

106106
await activate(context);

0 commit comments

Comments
 (0)