fix(web): fix typos (#16466)

Found via codespell
This commit is contained in:
luzpaz
2025-03-01 17:51:50 -05:00
committed by GitHub
parent f13d13b2ea
commit 506d2d0f81
4 changed files with 4 additions and 4 deletions
@@ -70,7 +70,7 @@ describe('FormatMessage component', () => {
expect(getSanitizedHTML(container)).toBe('You have <strong>1 item</strong>');
});
it('protects agains XSS injection', () => {
it('protects against XSS injection', () => {
render(FormatMessage, {
key: 'xss' as Translations,
});