Skip to content

Commit 23de42f

Browse files
authored
cSpell fixes for instrumentation pages: .NET (#2938)
1 parent c6976b8 commit 23de42f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

content/en/docs/instrumentation/net/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Getting Started
33
weight: 10
4+
spelling: cSpell:ignore KHTML nameof loglevel
45
---
56

67
OpenTelemetry for .NET is unique among OpenTelemetry implementations, as it is

content/en/docs/instrumentation/net/manual.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Manual Instrumentation
33
linkTitle: Manual
44
weight: 30
55
description: Manual instrumentation for OpenTelemetry .NET
6+
spelling: cSpell:ignore discoverability
67
---
78

89
{{% docs/instrumentation/manual-intro %}}
@@ -36,7 +37,7 @@ To start tracing in a console app, you need to create a tracer provider.
3637

3738
First, ensure that you have the right packages:
3839

39-
```
40+
```sh
4041
dotnet add package OpenTelemetry
4142
dotnet add package OpenTelemetry.Exporter.Console
4243
```

content/en/docs/instrumentation/net/resources.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Resources
33
weight: 70
4+
spelling: cSpell:ignore uuidgen myhost pcarter
45
---
56

67
A [resource][] represents the entity producing telemetry as resource attributes.
@@ -146,8 +147,6 @@ to get details about your [Cloud] environment or [Deployment][].
146147

147148
[resource]: /docs/specs/otel/resource/sdk/
148149
[getting started]: /docs/instrumentation/net/getting-started/
149-
[process and process runtime resources]:
150-
/docs/specs/otel/resource/semantic_conventions/process/
151150
[host]: /docs/specs/otel/resource/semantic_conventions/host/
152151
[cloud]: /docs/specs/otel/resource/semantic_conventions/cloud/
153152
[deployment]:

0 commit comments

Comments
 (0)