Skip to content

Commit 405d559

Browse files
shethaaditAdit Sheth
andauthored
Fixed typo for Json. (#47717)
Co-authored-by: Adit Sheth <[email protected]>
1 parent 4dd8eba commit 405d559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/observability-otlp-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ It then registers the OTLP exporter using env vars for its configuration.
7575

7676
The OTLP exporter can be configured via APIs in code, but its more common to configure it via environment variables. Add the following to _AppSettings.Development.json_
7777

78-
``` josn
78+
``` json
7979
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317",
8080
"OTEL_SERVICE_NAME": "OTLP-Example"
8181
```

0 commit comments

Comments
 (0)