Skip to content

Commit 44467ab

Browse files
Update packages/use-intl/test/core/createFormatter.test.tsx
Co-authored-by: Jan Amann <[email protected]>
1 parent 656e701 commit 44467ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-intl/test/core/createFormatter.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ it('formats a date and time', () => {
1414
).toBe('Nov 20, 2020');
1515
});
1616

17-
it('formats a ISO 8601 datetime string', () => {
17+
it('formats an ISO 8601 datetime string', () => {
1818
const formatter = createFormatter({
1919
locale: 'en',
2020
timeZone: 'Europe/Berlin',

0 commit comments

Comments
 (0)