Skip to content

Commit

Permalink
Fix typos in .NET Actor client docs (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Jun 1, 2021
1 parent 5a84326 commit fe1e697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fe1e697

Please sign in to comment.