diff --git a/packages/js/onboarding/changelog/fix-misspelling-in-find-country-option-test b/packages/js/onboarding/changelog/fix-misspelling-in-find-country-option-test new file mode 100644 index 00000000000..73d572d2612 --- /dev/null +++ b/packages/js/onboarding/changelog/fix-misspelling-in-find-country-option-test @@ -0,0 +1,4 @@ +Significance: minor +Type: tweak + +Fix typo in findCountryOption test diff --git a/packages/js/onboarding/src/utils/countries/tests/utils/index.test.ts b/packages/js/onboarding/src/utils/countries/tests/utils/index.test.ts index 5d9a63fdfe7..6b8a4833d8c 100644 --- a/packages/js/onboarding/src/utils/countries/tests/utils/index.test.ts +++ b/packages/js/onboarding/src/utils/countries/tests/utils/index.test.ts @@ -21,7 +21,7 @@ describe( 'findCountryOption', () => { expect( findCountryOption( countryStateOptions, location ) ).toBeNull(); } ); - it( 'should ignore accents for comparsion', () => { + it( 'should ignore accents for comparison', () => { const location = { city: 'Malaga', region: 'Andalucia',