Skip to content

Commit 4987b59

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

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
@@ -46,7 +46,7 @@ You can update to Analytics-CSharp in 3 steps:
4646
using Segment.Analytics.Compat;
4747
```
4848

49-
3. (Optional) Update calls that resets anonymous ID.
49+
3. *(Optional)* Update calls that resets the anonymous ID.
5050

5151
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.
5252

0 commit comments

Comments
 (0)