Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored and chalin committed Oct 15, 2024
1 parent 728c669 commit 31f6f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/languages/java/api-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -1530,8 +1530,8 @@ to breaking changes, the intent is to stabilize `opentelemetry-semconv` and
leave the `-alpha` suffix on `opentelemetry-semconv-incubating` permanently.
Libraries can use `opentelemetry-semconv-incubating` for testing, but should not
include it as a dependency: since attributes may come and go from version to
version, including as a dependency may expose end users to runtime errors when
transitive version conflicts occur. {{% /alert %}}
version, including it as a dependency may expose end users to runtime errors
when transitive version conflicts occur. {{% /alert %}}

The attribute constants generated from semantic conventions are instances of
`AttributeKey<T>`, and can be used anywhere the OpenTelemetry API accepts
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Library instrumentation.

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

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

0 comments on commit 31f6f96

Please sign in to comment.