From ead1a6103f8e64a0728cde3833c1b3b38e825021 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Mon, 11 Mar 2024 12:49:00 +0200 Subject: [PATCH] docs: fix broken anchor --- website/docs/ref/conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: