diff --git a/content/en/docs/languages/java/configuration.md b/content/en/docs/languages/java/configuration.md index 6935003c4846..daa7edac605d 100644 --- a/content/en/docs/languages/java/configuration.md +++ b/content/en/docs/languages/java/configuration.md @@ -404,7 +404,7 @@ extend SDK autoconfiguration beyond the components built-in to the SDK. The following sections describe the available SPIs. Each SPI section includes: -- A brief description, including link to javadoc type reference. +- A brief description, including link to Javadoc type reference. - A table of available built-in and `opentelemetry-java-contrib` implementations. - A simple demonstration of a custom implementation. diff --git a/content/en/docs/languages/java/sdk.md b/content/en/docs/languages/java/sdk.md index e96c6e4d2212..8e6ff433d8c3 100644 --- a/content/en/docs/languages/java/sdk.md +++ b/content/en/docs/languages/java/sdk.md @@ -60,7 +60,7 @@ implementing various plugin extension interfaces: The following sections describe the core user-facing components of the SDK. Each component section includes: -- A brief description, including a link to the javadoc type reference. +- A brief description, including a link to the Javadoc type reference. - If the component is a [plugin extension interface](#sdk-plugin-extension-interfaces), a table of available built-in and `opentelemetry-java-contrib` implementations.