Skip to content

Commit b7a9c3d

Browse files
authored
Remove duplicated reference to the JSON provider (#17932)
1 parent a88b2fb commit b7a9c3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • aspnetcore/fundamentals/configuration

aspnetcore/fundamentals/configuration/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,6 @@ The following code from the [sample download](https://github.com/dotnet/AspNetCo
528528

529529
In the preceding code, `config.AddInMemoryCollection(Dict)` is added after the [default configuration providers](#default). For an example of ordering the configuration providers, see [JSON configuration provider](#jcp).
530530

531-
For an example of ordering the configuration providers, see [JSON configuration provider](#jcp).
532-
533531
See [Bind an array](#boa) for another example using `MemoryConfigurationProvider`.
534532

535533
## GetValue

0 commit comments

Comments
 (0)