diff --git a/docs/core/extensions/dependency-injection-usage.md b/docs/core/extensions/dependency-injection-usage.md index 3cfb22c88f7e8..10bd8ef219f79 100644 --- a/docs/core/extensions/dependency-injection-usage.md +++ b/docs/core/extensions/dependency-injection-usage.md @@ -105,10 +105,10 @@ Each `services.Add{LIFETIME}<{SERVICE}>` extension method adds (and potentially The app: -- Creates an instance with [host builder settings](generic-host.md#host-builder-settings). +- Creates an instance with [host builder settings](generic-host.md#host-builder-settings). - Configures services and adds them with their corresponding service lifetime. - Calls and assigns an instance of . -- Calls `ExemplifyScoping`, passing in the . +- Calls `ExemplifyServiceLifetime`, passing in the . ## Conclusion