[Accessibility] Fix typo in Find Country Option test (#48648)

* Fix "comparsion" typo

* Add changelog file
This commit is contained in:
Gabriel Manussakis 2024-07-29 00:06:24 -03:00 committed by GitHub
parent c7003646ce
commit b2a822d44d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Fix typo in findCountryOption test

View File

@ -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',