Skip to content

Commit 7f30728

Browse files
author
Edge-Seven
authored
Fix typos in some files (#1886)
1 parent d0f262b commit 7f30728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/typescript/selector-optimize/TransWithoutContext.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('<Trans />', () => {
116116
assertType<React.ReactElement>(<Trans t={t} i18nKey={($) => $.some} context="me" />);
117117
});
118118

119-
it('raises a TypeError given a defaut `t` function when context is invalid', () => {
119+
it('raises a TypeError given a default `t` function when context is invalid', () => {
120120
// @ts-expect-error should
121121
assertType<React.ReactElement>(<Trans t={t} i18nKey={($) => $.some} context="Test1222" />);
122122
});

0 commit comments

Comments
 (0)