Skip to content

Commit

Permalink
fix unclosed code block
Browse files Browse the repository at this point in the history
  • Loading branch information
myronkaifung committed Oct 10, 2024
1 parent 9e9857a commit 6451327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/tracking-methods/sdks/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ A few commonly used people methods are highlighted below:
// .appen() allows duplicates
// new "roles" value is ['sales','engineer','legal','legal']
mixpanel.getPeople().append('roles', 'legal');

```
</Tabs.Tab>
<Tabs.Tab>
The [`.getPeople().union()`](https://mixpanel.github.io/mixpanel-react-native/People.html#union) method append new values to a list property, excluding duplicates.
Expand Down

0 comments on commit 6451327

Please sign in to comment.