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), }) ```