File tree 2 files changed +4
-4
lines changed
docs/mixpanel_flutter/Mixpanel
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ <h1><span class="kind-method">alias</span> method
64
64
< section class ="desc markdown ">
65
65
< p > The alias method creates an alias which Mixpanel will use to remap one id to another.
66
66
Multiple aliases can point to the same identifier.</ p >
67
- < p > < code > mixpane .alias("New ID", mixpane .distinctId)</ code >
68
- < code > mixpane .alias("Newer ID", mixpane .distinctId)</ code > </ p >
67
+ < p > < code > mixpanel .alias("New ID", mixpanel .distinctId)</ code >
68
+ < code > mixpanel .alias("Newer ID", mixpanel .distinctId)</ code > </ p >
69
69
< p > This call does not identify the user after. You must still call both identify() and
70
70
People.identify() if you wish the new alias to be used for Events and People.</ p >
71
71
< ul >
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ class Mixpanel {
139
139
/// The alias method creates an alias which Mixpanel will use to remap one id to another.
140
140
/// Multiple aliases can point to the same identifier.
141
141
///
142
- /// `mixpane .alias("New ID", mixpane .distinctId)`
143
- /// `mixpane .alias("Newer ID", mixpane .distinctId)`
142
+ /// `mixpanel .alias("New ID", mixpanel .distinctId)`
143
+ /// `mixpanel .alias("Newer ID", mixpanel .distinctId)`
144
144
///
145
145
/// This call does not identify the user after. You must still call both identify() and
146
146
/// People.identify() if you wish the new alias to be used for Events and People.
You can’t perform that action at this time.
0 commit comments