diff --git a/client/modules/IDE/components/Preferences/Preferences.unit.test.jsx b/client/modules/IDE/components/Preferences/Preferences.unit.test.jsx index 31ae714593..c81872baeb 100644 --- a/client/modules/IDE/components/Preferences/Preferences.unit.test.jsx +++ b/client/modules/IDE/components/Preferences/Preferences.unit.test.jsx @@ -487,7 +487,7 @@ describe('', () => { }); 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 });