Skip to content

Commit 4f41f0b

Browse files
authored
Update dotnet manual.md (open-telemetry#2931)
1 parent 99dad40 commit 4f41f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ endpoint, you'll have to use a different exporter.
133133

134134
Once tracing is initialized, you can configure an
135135
[`ActivitySource`](/docs/concepts/signals/traces/#tracer), which will be how you
136-
trace operations with [`Activity`s](/docs/concepts/signals/traces/#spans).
136+
trace operations with [`Activity`](/docs/concepts/signals/traces/#spans)
137+
elements.
137138

138139
Typically, an `ActivitySource` is instantiated once per app/service that is
139140
being instrumented, so it's a good idea to instantiate it once in a shared

0 commit comments

Comments
 (0)