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.
diff --git a/xml/System/Type.xml b/xml/System/Type.xml
index 9a727ebead8..9c53242e926 100644
--- a/xml/System/Type.xml
+++ b/xml/System/Type.xml
@@ -5626,7 +5626,7 @@ This method can be used to find a constructed generic member given a member from
You can do one of the following to retrieve a specific method:
-- Call the method and specify a `bindingAttr` argument that uniquely identifies the method. For example, if the exception is thrown because a type has a static and an instance overload, you can specify a `bindingAttr` argument of ` Or `.
+- Call the method and specify a `bindingAttr` argument that uniquely identifies the method. For example, if the exception is thrown because a type has a static and an instance overload, you can specify a `bindingAttr` argument of or .
- Call an overload of the method that includes a `types` parameter which defines the types of the method's parameters.