Skip to content

Commit

Permalink
[hosting] README typo fixes (#4910)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiru3f authored Oct 2, 2023
1 parent b22c7a9 commit bb57319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Extensions.Hosting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ A fully functional example can be found

To dynamically add resources at startup from the dependency injection you can
provide an `IResourceDetector`.
To make use of it add it to the dependency injection and they you can use the
`ISerivceProvider` add it to OpenTelemetry:
To make use of it add it to the dependency injection and then you can use the
`IServiceProvider` to add it to OpenTelemetry:

```csharp
public class MyResourceDetector : IResourceDetector
Expand Down

0 comments on commit bb57319

Please sign in to comment.