diff --git a/app/[[...path]]/page.tsx b/app/[[...path]]/page.tsx index 7c02fdca36d14..fad7e452fa751 100644 --- a/app/[[...path]]/page.tsx +++ b/app/[[...path]]/page.tsx @@ -199,10 +199,10 @@ export async function generateMetadata(props: MetadataProps): Promise ? `https://${process.env.VERCEL_URL}` : domain; let title = - 'Sentry Docs | Application Performance Monitoring & Error Tracking Software'; + 'Sentry Docs | Application Performance Monitoring & Error Tracking Software'; let customCanonicalTag: string = ''; let description = - 'Self-hosted and cloud-based application performance monitoring & error tracking that helps software teams see clearer, solve quicker, & learn continuously.'; + 'Self-hosted and cloud-based application performance monitoring & error tracking that helps software teams see clearer, solve quicker, and learn continuously.'; // show og image on the home page only const images = ((await props.params).path ?? []).length === 0