Skip to content

Commit 3e4b8a5

Browse files
Update src/connections/sources/catalog/libraries/server/csharp/migration-guide.md
Co-authored-by: stayseesong <[email protected]>
1 parent 4987b59 commit 3e4b8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can update to Analytics-CSharp in 3 steps:
4848

4949
3. *(Optional)* Update calls that resets the anonymous ID.
5050

51-
The old SDK requires you to provide anouymous ID. In the new SDK, it generates an Anonymous ID for you if you never call `analytics.Identify`. If you've called `Identify` and want to go back to anonymous, the new SDK provides a `Reset` function to acheive that.
51+
The old SDK requires you to provide the anonymous ID. In the new SDK, it generates an Anonymous ID for you if you never call `analytics.Identify`. If you call `Identify` and want to go back to anonymous, the new SDK provides a `Reset` function to achieve that.
5252

5353
<br> Before:
5454
```c#

0 commit comments

Comments
 (0)