From 111fee19e0f61ea94054c7659187128bb09596f7 Mon Sep 17 00:00:00 2001 From: NeoLu <1113865828@qq.com> Date: Thu, 4 May 2023 10:36:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20handbook/docs/configuration.mdx.=20doc?= =?UTF-8?q?s:=20=E5=88=86=E5=B8=83=E5=BC=8F=E9=85=8D=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E5=90=8D=E5=AD=97=E9=94=99=E8=AF=AF=E8=B0=83=E6=95=B4?= =?UTF-8?q?=20AliginConfig=E6=94=B9=E4=B8=BA=EF=BC=9AAgileConfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: NeoLu <1113865828@qq.com> --- handbook/docs/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/docs/configuration.mdx b/handbook/docs/configuration.mdx index e3c8cff1fd..efc218415e 100644 --- a/handbook/docs/configuration.mdx +++ b/handbook/docs/configuration.mdx @@ -468,7 +468,7 @@ Serve.Run(RunOptions.Default.ConfigureConfiguration((env, configuration) => { 具体实现查看微软官方文档:[https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/configuration/?view=aspnetcore-5.0#custom-configuration-provider](https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/configuration/?view=aspnetcore-5.0#custom-configuration-provider) -下面给出集成 `AliginConfig` 例子: +下面给出集成 `AgileConfig` 例子: :::important 版本说明 -- Gitee