Skip to content

Commit e49fcce

Browse files
authored
Update sdkdocs/dotnet/content/en/dotnet-sdk-docs/dotnet-workflow/dotnet-workflowclient-usage.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
1 parent ef42344 commit e49fcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkdocs/dotnet/content/en/dotnet-sdk-docs/dotnet-workflow/dotnet-workflowclient-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ as well as its own dependencies.
2929

3030
### Singleton Registration
3131

32-
By default, the `AddDaprWorkflow` method will register the `DaprWorkflowClient` and associated services using a singleton lifetime. This means
32+
By default, the `AddDaprWorkflow` method registers the `DaprWorkflowClient` and associated services using a singleton lifetime. This means
3333
that the services are instantiated only a single time.
3434

3535
The following is an example of how registration of the `DaprWorkflowClient` as it would appear in a typical `Program.cs` file:

0 commit comments

Comments
 (0)