Skip to content

Commit

Permalink
Merge pull request #240 from ch1seL/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nblumhardt authored Nov 6, 2020
2 parents 0624f63 + c66e787 commit f0b1952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ These sections support simplified syntax, for example the following is valid if

Or alternatively, the long-form (`"Name":` ...) syntax from the example above can be used when arguments need to be supplied.

By `Microsoft.Extensions.Configuratiom.Json` convention, array syntax implicitly defines index for each element in order to make unique paths for configuration keys. So the example above is equivalent to:
By `Microsoft.Extensions.Configuration.Json` convention, array syntax implicitly defines index for each element in order to make unique paths for configuration keys. So the example above is equivalent to:

```json
"WriteTo": {
Expand Down

0 comments on commit f0b1952

Please sign in to comment.