Fix typo in IConfigurationBuilder XML comment
Change the word "configuation" to "configuration".
This commit is contained in:
Родитель
1e0d814221
Коммит
7715691f74
|
@ -17,7 +17,7 @@ namespace Microsoft.Extensions.Configuration
|
|||
Dictionary<string, object> Properties { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the sources used to obtain configuation values
|
||||
/// Gets the sources used to obtain configuration values
|
||||
/// </summary>
|
||||
IEnumerable<IConfigurationSource> Sources { get; }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче