[Accessibility] Fix typo in Find Country Option test (#48648)
* Fix "comparsion" typo * Add changelog file
This commit is contained in:
parent
c7003646ce
commit
b2a822d44d
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Fix typo in findCountryOption test
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue