Skip to content

Commit 21a4d5c

Browse files
authored
Merge pull request #5337 from segmentio/lizkane222-patch-11
Fix spelling in the migration guide
2 parents 2da27cf + efcc690 commit 21a4d5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/connections/sources/catalog/libraries/server/csharp/migration-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)