diff --git a/docs/platforms/javascript/common/tracing/span-metrics/examples.mdx b/docs/platforms/javascript/common/tracing/span-metrics/examples.mdx index fb2daf5e2a963..65342a778a445 100644 --- a/docs/platforms/javascript/common/tracing/span-metrics/examples.mdx +++ b/docs/platforms/javascript/common/tracing/span-metrics/examples.mdx @@ -109,7 +109,7 @@ The frontend span initiates the trace and handles the file upload process. It pr ## LLM Integration Monitoring -**Challenge:** Managing cost (token usage) and performance of LLM integrations across frontend and backend coponents. +**Challenge:** Managing cost (token usage) and performance of LLM integrations across frontend and backend components. **Solution:** Tracking of the entire LLM interaction flow, from user input to response rendering.