Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ describe('<Preferences />', () => {
});

describe('can toggle between general settings and accessibility tabs successfully', () => {
it('can toggle sucessfully', () => {
it('can toggle successfully', () => {
// render the component with lineNumbers prop set to false
subject({ lineNumbers: false });

Expand Down