From 5ee9b58b9cf1510bcb36fc83bc69b8305e2691bc Mon Sep 17 00:00:00 2001 From: neelkanth-kaushik Date: Thu, 3 Apr 2025 17:39:20 +0530 Subject: [PATCH] Fixed syntax error in the code under What's new in v3 heading --- src/connections/sources/catalog/libraries/server/go/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/sources/catalog/libraries/server/go/index.md b/src/connections/sources/catalog/libraries/server/go/index.md index 89f2e4a8d9..0dd72b71c7 100644 --- a/src/connections/sources/catalog/libraries/server/go/index.md +++ b/src/connections/sources/catalog/libraries/server/go/index.md @@ -492,8 +492,8 @@ client.Enqueue(analytics.Track{ UserId: "f4ca124298", Event: "Signed Up", Properties: analytics.NewProperties(). - SetCategory("Enterprise"), - SetCoupon("synapse"), + SetCategory("Enterprise"). + SetCoupon("synapse"). SetDiscount(10), }) ```