Skip to content

Commit 1e3873a

Browse files
authored
Merge pull request #3524 from vtjl10/develop
Fix typo in test description for Preferences component
2 parents ef992ba + 6d1a7df commit 1e3873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Preferences/Preferences.unit.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ describe('<Preferences />', () => {
487487
});
488488

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

0 commit comments

Comments
 (0)