Skip to content

Commit

Permalink
✏️ - docs: fix typo in docstring in useIntl.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Feb 12, 2024
1 parent 8539a21 commit 257ccfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/i18n/useIntl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { formatMessage } from "./formatmessage";
This UI library needs to support the following scenarios:
- An application with extensive Internationalization support
- An application with extensive internationalization support
(using react-intl).
- An application with basic Internationalization using translated labels
- An application with basic internationalization using translated labels
passed as props.
- No internalisation (default messages only).
Expand Down

0 comments on commit 257ccfd

Please sign in to comment.