Skip to content

Commit 40ae171

Browse files
authored
Update ConfigurationExtensions.xml (#7658)
1 parent bf815f4 commit 40ae171

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

xml/Microsoft.Extensions.Configuration/ConfigurationExtensions.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<Docs>
151151
<param name="configuration">To be added.</param>
152152
<param name="userSecretsId">To be added.</param>
153-
<summary>Adds the user secrets configuration source with specified secrets id.</summary>
153+
<summary>Adds the user secrets configuration source with specified secrets ID.</summary>
154154
<returns />
155155
<remarks>To be added.</remarks>
156156
</Docs>
@@ -224,8 +224,8 @@
224224
</Parameters>
225225
<Docs>
226226
<param name="configuration">The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> to enumerate.</param>
227-
<summary>Get the enumeration of key value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary>
228-
<returns>An enumeration of key value pairs.</returns>
227+
<summary>Get the enumeration of key-value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary>
228+
<returns>An enumeration of key-value pairs.</returns>
229229
<remarks>To be added.</remarks>
230230
</Docs>
231231
</Member>
@@ -268,9 +268,10 @@
268268
</Parameters>
269269
<Docs>
270270
<param name="configuration">The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> to enumerate.</param>
271-
<param name="makePathsRelative">If true, the child keys returned will have the current configuration's Path trimmed from the front.</param>
272-
<summary>Get the enumeration of key value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary>
273-
<returns>An enumeration of key value pairs.</returns>
271+
<param name="makePathsRelative">
272+
<see langword="true" /> to trim the the current configuration's Path from the child keys returned; otherwise, <see langword="false" />.</param>
273+
<summary>Gets the enumeration of key-value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary>
274+
<returns>An enumeration of key-value pairs.</returns>
274275
<remarks>To be added.</remarks>
275276
</Docs>
276277
</Member>
@@ -336,8 +337,8 @@
336337
<Docs>
337338
<param name="configuration">The configuration.</param>
338339
<param name="name">The connection string key.</param>
339-
<summary>Shorthand for GetSection("ConnectionStrings")[name].</summary>
340-
<returns>The connection string.</returns>
340+
<summary>Retrieves the value with the specified key from the <code>ConnectionStrings</code> section of the configuration source. Calling this method is shorthand for <code>GetSection("ConnectionStrings")[name]</code>.</summary>
341+
<returns>The connection string with the specified key.</returns>
341342
<remarks>To be added.</remarks>
342343
</Docs>
343344
</Member>
@@ -363,14 +364,14 @@
363364
<Docs>
364365
<param name="configuration">The configuration to enumerate.</param>
365366
<param name="key">The key of the configuration section.</param>
366-
<summary>Gets a configuration sub-section with the specified key.</summary>
367-
<returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns>
367+
<summary>Gets the configuration subsection that has the specified key.</summary>
368+
<returns>The configuration subsection that has the specified key.</returns>
368369
<remarks>
369370
<format type="text/markdown"><![CDATA[
370371
371372
## Remarks
372373
373-
If no matching sub-section is found with the specified key, an exception is raised.
374+
If no matching subsection is found with the specified key, an exception is raised.
374375
375376
]]></format>
376377
</remarks>

0 commit comments

Comments
 (0)