Skip to content

Commit

Permalink
docs: fix broken anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Mar 11, 2024
1 parent 1a45d6a commit ead1a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/ref/conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ import { myI18n } from "./custom-i18n-config";
// "runtimeConfigModule": ["./custom-i18n-config", "myI18n"]
```

In some advanced cases you may also need to change the module from which [Trans](/docs/ref/macro.mdx#trans) or [useLingui](/docs/ref/macro.mdx#useLingui) is imported. To do that, pass an object to `runtimeConfigModule`:
In some advanced cases you may also need to change the module from which [Trans](/docs/ref/macro.mdx#trans) or [useLingui](/docs/ref/macro.mdx#uselingui) is imported. To do that, pass an object to `runtimeConfigModule`:

```jsx
// If you import `i18n` object from custom module like this:
Expand Down

0 comments on commit ead1a61

Please sign in to comment.