diff --git a/spec/renderer/integration/store/TimelineSpace/SideMenu.spec.ts b/spec/renderer/integration/store/TimelineSpace/SideMenu.spec.ts index e2b587ab..f24274dd 100644 --- a/spec/renderer/integration/store/TimelineSpace/SideMenu.spec.ts +++ b/spec/renderer/integration/store/TimelineSpace/SideMenu.spec.ts @@ -119,7 +119,7 @@ describe('SideMenu', () => { }) describe('clearUnread', () => { - it('should be resetted', () => { + it('should be reset', () => { store.dispatch('TimelineSpace/SideMenu/clearUnread') expect(store.state.TimelineSpace.SideMenu.unreadHomeTimeline).toEqual(false) expect(store.state.TimelineSpace.SideMenu.unreadNotifications).toEqual(false)