Skip to content

Commit 31f6f96

Browse files
jack-bergchalin
authored andcommitted
Fix typos
1 parent 728c669 commit 31f6f96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/languages/java/api-components.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1530,8 +1530,8 @@ to breaking changes, the intent is to stabilize `opentelemetry-semconv` and
15301530
leave the `-alpha` suffix on `opentelemetry-semconv-incubating` permanently.
15311531
Libraries can use `opentelemetry-semconv-incubating` for testing, but should not
15321532
include it as a dependency: since attributes may come and go from version to
1533-
version, including as a dependency may expose end users to runtime errors when
1534-
transitive version conflicts occur. {{% /alert %}}
1533+
version, including it as a dependency may expose end users to runtime errors
1534+
when transitive version conflicts occur. {{% /alert %}}
15351535

15361536
The attribute constants generated from semantic conventions are instances of
15371537
`AttributeKey<T>`, and can be used anywhere the OpenTelemetry API accepts

content/en/docs/languages/java/instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Library instrumentation.
6666

6767
The Java agent is a form of zero-code
6868
[automatic instrumentation](/docs/specs/otel/glossary/#automatic-instrumentation)
69-
that dynamically manipulations application bytecode.
69+
that dynamically manipulates application bytecode.
7070

7171
For a list of libraries instrumented by the Java agent, see the
7272
"Auto-instrumented versions" column on

0 commit comments

Comments
 (0)