Skip to content

Commit dee5853

Browse files
fix typo in readme
Co-authored-by: Martin Malfertheiner <martin.malfertheiner@gmail.com>
1 parent a436774 commit dee5853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Second, add the custom language packages to your `IntlProvider`:
2626
import { de } from '@aboutbits/zod-locales-formatjs'
2727
import { IntlProvider } from 'react-intl'
2828

29-
<IntlProvider messages={{...youMessages, ...de }} {...}>{children}</IntlProvider>
29+
<IntlProvider messages={{...yourMessages, ...de }} {...}>{children}</IntlProvider>
3030

3131
```
3232

0 commit comments

Comments
 (0)