diff --git a/xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml b/xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml
index c54621fd02e..76bca94412b 100644
--- a/xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml
+++ b/xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml
@@ -96,8 +96,8 @@
The key of the keyed service to bind to.
To be added.
- A value with indicates there is not a key and just the parameter type is used to resolve the service.
- This is useful for DI implementations that require an explict way to declare that the parameter should be resolved for unkeyed services.
+ A value indicates there is not a key and just the parameter type is used to resolve the service.
+ This is useful for DI implementations that require an explicit way to declare that the parameter should be resolved for unkeyed services.
A value is also used along with set to to indicate that the key should be inherited from the parent scope.