Skip to content

Commit ef42344

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 5b988e8 commit ef42344

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
@@ -30,7 +30,7 @@ as well as its own dependencies.
3030
### Singleton Registration
3131

3232
By default, the `AddDaprWorkflow` method will register the `DaprWorkflowClient` and associated services using a singleton lifetime. This means
33-
that the services will be instantiated only a single time.
33+
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:
3636

0 commit comments

Comments
 (0)