Skip to content

Commit c66e787

Browse files
authored
Update README.md
1 parent 0624f63 commit c66e787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ These sections support simplified syntax, for example the following is valid if
168168

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

171-
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:
171+
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:
172172

173173
```json
174174
"WriteTo": {

0 commit comments

Comments
 (0)