We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef42344 commit e49fcceCopy full SHA for e49fcce
sdkdocs/dotnet/content/en/dotnet-sdk-docs/dotnet-workflow/dotnet-workflowclient-usage.md
@@ -29,7 +29,7 @@ as well as its own dependencies.
29
30
### Singleton Registration
31
32
-By default, the `AddDaprWorkflow` method will register the `DaprWorkflowClient` and associated services using a singleton lifetime. This means
+By default, the `AddDaprWorkflow` method registers the `DaprWorkflowClient` and associated services using a singleton lifetime. This means
33
that the services are instantiated only a single time.
34
35
The following is an example of how registration of the `DaprWorkflowClient` as it would appear in a typical `Program.cs` file:
0 commit comments