Skip to content

Commit 6cc5e40

Browse files
committed
Small fix to custom events code samples sections
1 parent cb90dc7 commit 6cc5e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ We recommend you use the OpenTelemetry APIs whenever possible, but there might b
13841384

13851385
##### Events
13861386

1387-
1. Add `Microsoft.ApplicationInsights` to your application:
1387+
1. Add `Microsoft.ApplicationInsights` to your application.
13881388

13891389
1. Create a `TelemetryClient` instance.
13901390

@@ -1406,7 +1406,7 @@ telemetryClient.TrackEvent("testEvent");
14061406

14071407
##### Events
14081408

1409-
1. Add `Microsoft.ApplicationInsights` to your application:
1409+
1. Add `Microsoft.ApplicationInsights` to your application.
14101410

14111411
1. Create a `TelemetryClient` instance.
14121412

0 commit comments

Comments
 (0)