Skip to content

Commit

Permalink
fix typo with Depende(n)cyInjection (#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaicohen-dot-com authored Oct 23, 2021
1 parent 1fa52f0 commit db8d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/hotchocolate/fetching-data/resolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ There are also specific arguments that will be automatically populated by Hot Ch

# Injecting Services

Resolvers integrate nicely with `Microsoft.Extensions.DependecyInjection`.
Resolvers integrate nicely with `Microsoft.Extensions.DependencyInjection`.
We can access all registered services in our resolvers.

Let's assume we have created a `UserService` and registered it as a service.
Expand Down

0 comments on commit db8d3a2

Please sign in to comment.