From ed2195533f510b9fa801907ecc972aff4107934c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:31:07 +0000 Subject: [PATCH] Fix string apostrophe cgen-c107e66e0e234eb8998a2992547f4e1d --- client/pages/docs/DocsGettingStarted.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/docs/DocsGettingStarted.tsx b/client/pages/docs/DocsGettingStarted.tsx index 0a3b1bb1..160cb5f1 100644 --- a/client/pages/docs/DocsGettingStarted.tsx +++ b/client/pages/docs/DocsGettingStarted.tsx @@ -145,7 +145,7 @@ const platformHighlights = [ { title: "Live ops analytics", description: - "Track real-time KPIs, automate status updates, and route alerts into your team's notification channels.", + "Track real-time KPIs, automate status updates, and route alerts into your team's notification channels.", icon: ActivitySquare, }, ];