Skip to content

Commit 991f714

Browse files
authored
Fix typo in code sample
1 parent 54d2061 commit 991f714

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)