Skip to content

Commit

Permalink
typo (#4734)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilinski authored Jan 22, 2021
1 parent 8ef6982 commit d8bc05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/actors/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can see an example of an actor that follows this pattern below:

[!code-csharp[MixedActor](../../../src/contrib/dependencyinjection/Akka.DependencyInjection.Tests/ActorServiceProviderPropsWithScopesSpecs.cs?name=MixedActor)]

## Akka.DI - Deprecated Akka.NET DI Dupport
## Akka.DI - Deprecated Akka.NET DI Support

> [!WARNING]
> As of [Akka.NET v1.4.15](https://github.com/akkadotnet/akka.net/releases/tag/1.4.15), Akka.DI.Core and all of the libraries that implement it are deprecated. Going forward Akka.NET users are encouraged to use the [Akka.DependencyInjection library](xref:dependency-injection) instead, which uses the Microsoft.Extensions.DependencyInjection interfaces to integration DI directly into your Akka.NET actors.
Expand Down

0 comments on commit d8bc05e

Please sign in to comment.