From 1bbeea84a3271a5ac6144c7fa15f53c7a859e96f Mon Sep 17 00:00:00 2001 From: Isaac Levin Date: Mon, 2 Oct 2017 12:29:45 -0400 Subject: [PATCH] change section name for configuration provider management --- aspnetcore/migration/1x-to-2x/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/migration/1x-to-2x/index.md b/aspnetcore/migration/1x-to-2x/index.md index 414af802c4..ff4058a531 100644 --- a/aspnetcore/migration/1x-to-2x/index.md +++ b/aspnetcore/migration/1x-to-2x/index.md @@ -101,7 +101,7 @@ Unable to create an object of type ''. Add an implementation of 'IDesig -## 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`.