diff --git a/website/docs/ref/conf.md b/website/docs/ref/conf.md index d46c8d36d..fc794f371 100644 --- a/website/docs/ref/conf.md +++ b/website/docs/ref/conf.md @@ -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: