@@ -42,7 +42,7 @@ If you’re using a different library, follow the steps below to migrate to the
42
42
43
43
< br> After:
44
44
` ` ` c#
45
- // compatbile with the old way
45
+ // compatible with the old way
46
46
analytics.Identify("019mr8mf4r", new JsonObject()
47
47
{
48
48
{ "name", "#{ user.name }" },
@@ -62,7 +62,7 @@ If you’re using a different library, follow the steps below to migrate to the
62
62
63
63
< br> After:
64
64
` ` ` c#
65
- // compatbile with the old way
65
+ // compatible with the old way
66
66
analytics.Track("Item Purchased", new JsonObject()
67
67
{
68
68
{ "revenue", 39.95 },
@@ -82,7 +82,7 @@ If you’re using a different library, follow the steps below to migrate to the
82
82
83
83
<br> After:
84
84
```c#
85
- // compatbile with the old way
85
+ // compatible with the old way
86
86
analytics.Page("Login", new JsonObject()
87
87
{
88
88
{ "path", "/login" },
@@ -100,7 +100,7 @@ If you’re using a different library, follow the steps below to migrate to the
100
100
101
101
<br> After:
102
102
```c#
103
- // compatbile with the old way
103
+ // compatible with the old way
104
104
analytics.Screen("Register", new JsonObject()
105
105
{
106
106
{ "type", "facebook" }
@@ -118,7 +118,7 @@ If you’re using a different library, follow the steps below to migrate to the
118
118
119
119
<br> After:
120
120
```c#
121
- // compatbile with the old way
121
+ // compatible with the old way
122
122
analytics.Group("groupId", new JsonObject()
123
123
{
124
124
{ "name", "Initech, Inc." },
0 commit comments