From 11f9ca26cd892d4442d998cb28e92148927e6487 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sat, 14 Jun 2025 16:30:20 +0200 Subject: [PATCH] Update Preferences.unit.test.jsx --- .../IDE/components/Preferences/Preferences.unit.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });