From 8c9a195a543af96b8163472745545af99005d6a3 Mon Sep 17 00:00:00 2001
From: Kerim <54235902+Merloss@users.noreply.github.com>
Date: Thu, 20 Mar 2025 12:01:44 +0300
Subject: [PATCH 1/2] fix: typo

---
 pages/docs/tracking-methods/sdks/go.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/docs/tracking-methods/sdks/go.mdx b/pages/docs/tracking-methods/sdks/go.mdx
index 85565cf6e8..afacbe89e2 100644
--- a/pages/docs/tracking-methods/sdks/go.mdx
+++ b/pages/docs/tracking-methods/sdks/go.mdx
@@ -517,7 +517,7 @@ A few commonly used group methods are highlighted below:
 
 ## Privacy-Friendly Tracking
 
-You have control over the data you send to Mixpanel. The Ruby SDK have a few configurations to help you protect user data.
+You have control over the data you send to Mixpanel. The Go SDK have a few configurations to help you protect user data.
 
 Since this is a server-side tracking library where you have control of the servers, your server is responsible for determining whether to send data about a particular user or not.
 

From 636ab1128754e856e877128a80a8863dd4cd2def Mon Sep 17 00:00:00 2001
From: Kerim <54235902+Merloss@users.noreply.github.com>
Date: Mon, 31 Mar 2025 16:10:40 +0300
Subject: [PATCH 2/2] Update pages/docs/tracking-methods/sdks/go.mdx

Co-authored-by: Hamir Mahal <hirehamir@gmail.com>
---
 pages/docs/tracking-methods/sdks/go.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/docs/tracking-methods/sdks/go.mdx b/pages/docs/tracking-methods/sdks/go.mdx
index afacbe89e2..9fba6107ae 100644
--- a/pages/docs/tracking-methods/sdks/go.mdx
+++ b/pages/docs/tracking-methods/sdks/go.mdx
@@ -517,7 +517,7 @@ A few commonly used group methods are highlighted below:
 
 ## Privacy-Friendly Tracking
 
-You have control over the data you send to Mixpanel. The Go SDK have a few configurations to help you protect user data.
+You have control over the data you send to Mixpanel. The Go SDK has a few configurations to help you protect user data.
 
 Since this is a server-side tracking library where you have control of the servers, your server is responsible for determining whether to send data about a particular user or not.