Skip to content

Commit

Permalink
docs: fix typo in i18n.load() example
Browse files Browse the repository at this point in the history
  • Loading branch information
la55u authored Oct 11, 2023
1 parent 0495209 commit 7d77538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/ref/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ When some messages for the provided locale are already loaded, calling `i18n.loa
```ts
import { i18n } from "@lingui/core";

const messages = {
const messagesEn = {
Hello: "Hello",
"Good bye": "Good bye",

Expand Down

0 comments on commit 7d77538

Please sign in to comment.