@@ -42,7 +42,7 @@ If you’re using a different library, follow the steps below to migrate to the
4242
4343 < br> After:
4444 ` ` ` c#
45- // compatbile with the old way
45+ // compatible with the old way
4646 analytics.Identify("019mr8mf4r", new JsonObject()
4747 {
4848 { "name", "#{ user.name }" },
@@ -62,7 +62,7 @@ If you’re using a different library, follow the steps below to migrate to the
6262
6363 < br> After:
6464 ` ` ` c#
65- // compatbile with the old way
65+ // compatible with the old way
6666 analytics.Track("Item Purchased", new JsonObject()
6767 {
6868 { "revenue", 39.95 },
@@ -82,7 +82,7 @@ If you’re using a different library, follow the steps below to migrate to the
8282
8383 <br> After:
8484 ```c#
85- // compatbile with the old way
85+ // compatible with the old way
8686 analytics.Page("Login", new JsonObject()
8787 {
8888 { "path", "/login" },
@@ -100,7 +100,7 @@ If you’re using a different library, follow the steps below to migrate to the
100100
101101 <br> After:
102102 ```c#
103- // compatbile with the old way
103+ // compatible with the old way
104104 analytics.Screen("Register", new JsonObject()
105105 {
106106 { "type", "facebook" }
@@ -118,7 +118,7 @@ If you’re using a different library, follow the steps below to migrate to the
118118
119119 <br> After:
120120 ```c#
121- // compatbile with the old way
121+ // compatible with the old way
122122 analytics.Group("groupId", new JsonObject()
123123 {
124124 { "name", "Initech, Inc." },
0 commit comments