From fe1e697af3f8c0983bb587b177581ee65c7ecfe5 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Wed, 2 Jun 2021 01:22:08 +0200 Subject: [PATCH] Fix typos in .NET Actor client docs (#690) --- .../en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-client.md b/daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-client.md index e5d9c84e9..6b80330ec 100644 --- a/daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-client.md +++ b/daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-client.md @@ -8,7 +8,7 @@ description: Learn all about using the actor client with the .NET SDK ## Using the IActorProxyFactory -Inside of an `Actor` class or otherwisde inside of an ASP.NET Core project you should use the `IActorProxyFactory` interface to create actor clients. +Inside of an `Actor` class or otherwise inside of an ASP.NET Core project you should use the `IActorProxyFactory` interface to create actor clients. The `AddActors(...)` method will register actor services with ASP.NET Core dependency injection.