change section name for configuration provider management

pull/4453/head
Isaac Levin 2017-10-02 12:29:45 -04:00
parent c689bc0611
commit 1bbeea84a3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Unable to create an object of type '<Context>'. Add an implementation of 'IDesig
<a name="add-modify-configuration"></a>
## Add or modify configuration providers
## Add configuration providers
In 1.x projects, adding configuration providers to an application was done during the middleware process by creating an instance of `ConfigurationBuilder`, loading applicable providers (environment variables, app settings, etc), and initializing a a member of `IConfigurationRoot`.