Skip to content

Commit 60e1661

Browse files
authored
Fix typos in FromKeyedServicesAttribute.Key documentation remarks (#11866)
1 parent c9db664 commit 60e1661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
The key of the keyed service to bind to.
9797
</summary>
9898
<value>To be added.</value>
99-
<remarks>A <see langword="null" /> value with indicates there is not a key and just the parameter type is used to resolve the service.
100-
This is useful for DI implementations that require an explict way to declare that the parameter should be resolved for unkeyed services.
99+
<remarks>A <see langword="null" /> value indicates there is not a key and just the parameter type is used to resolve the service.
100+
This is useful for DI implementations that require an explicit way to declare that the parameter should be resolved for unkeyed services.
101101
A <see langword="null" /> value is also used along with <see cref="P:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.LookupMode" /> set to <see cref="F:Microsoft.Extensions.DependencyInjection.ServiceKeyLookupMode.InheritKey" /> to indicate that the key should be inherited from the parent scope.
102102
</remarks>
103103
</Docs>

0 commit comments

Comments
 (0)