Skip to content

Commit de3d7c2

Browse files
authored
Merge pull request #49138 from jawn/patch-2
Fix typo in code sample
2 parents be018f3 + 991f714 commit de3d7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/ilogger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ When you use the standalone package, `TelemetryClient` is not injected to the DI
424424
```csharp
425425
public class MyController : ApiController
426426
{
427-
// This telemtryclient can be used to track additional telemetry using TrackXXX() api.
427+
// This telemetryclient can be used to track additional telemetry using TrackXXX() api.
428428
private readonly TelemetryClient _telemetryClient;
429429
private readonly ILogger _logger;
430430

0 commit comments

Comments
 (0)