diff --git a/docs/core/extensions/configuration-providers.md b/docs/core/extensions/configuration-providers.md index 6476fda3b89af..f6f31d284a5b2 100644 --- a/docs/core/extensions/configuration-providers.md +++ b/docs/core/extensions/configuration-providers.md @@ -47,7 +47,7 @@ The preceding code: - `reloadOnChange: true`: The file is reloaded when changes are saved. > [!IMPORTANT] -> When [adding configuration providers](https://github.com/dotnet/runtime/blob/main/src%2Flibraries%2FMicrosoft.Extensions.Configuration%2Fsrc%2FConfigurationBuilder.cs#L30-L34) with , the added configuration provider is added to the end of the end of the `IConfigurationSource` list. When keys are found by multiple providers, the last provider to read the key overrides previous providers. +> When [adding configuration providers](https://github.com/dotnet/runtime/blob/main/src%2Flibraries%2FMicrosoft.Extensions.Configuration%2Fsrc%2FConfigurationBuilder.cs#L30-L34) with , the added configuration provider is added to the end of the `IConfigurationSource` list. When keys are found by multiple providers, the last provider to read the key overrides previous providers. An example *appsettings.json* file with various configuration settings follows: