diff --git a/handbook/docs/configuration.mdx b/handbook/docs/configuration.mdx index e3c8cff1fd658dc7d25c40a32a08b8f74cf7ec42..efc218415eba2e39720f6fd8ef8bf0b51e3d9808 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 版本说明