Skip to content

Commit 84dc72c

Browse files
authored
Update ue-migration.mdx
1 parent fb03d2e commit 84dc72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/docs/pages/sdks/web/ue-migration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ These classes ensure elements are masked or blocked as required.
168168
## User identification
169169

170170
<Tabs>
171-
<Tab title="UserExperior">
171+
<Tab title="UserExperior implementation">
172172
```jsx
173173

174174
// Setting a user identifier
@@ -182,7 +182,7 @@ ue.setUserIdentifier('unique-user-identifier', {
182182
});
183183
```
184184
</Tab>
185-
<Tab title="DevRev PLuG">
185+
<Tab title="Replace with PLuG">
186186
DevRev introduces the concept of a `RevUser` object for enhanced user identity management. Use this to associate sessions with users and attach properties. For more details, refer to the [DevRev user identity](https://developer.devrev.ai/sdks/web/user-identity).
187187
</Tab>
188188
</Tabs>

0 commit comments

Comments
 (0)