@@ -110,7 +110,7 @@ describe('ProjectFilters', function () {
expect(
await screen.findByRole('checkbox', {
- name: 'Internet Explorer Verison 11 and lower',
+ name: 'Internet Explorer Version 11 and lower',
})
).toBeChecked();
@@ -130,7 +130,7 @@ const LEGACY_BROWSER_SUBFILTERS = {
ie: {
icon: iconIe,
title: 'Internet Explorer',
- helpText: 'Verison 11 and lower',
+ helpText: 'Version 11 and lower',
legacy: false,
},
ie_pre_9: {