Skip to content

Commit 97069d0

Browse files
committed
Fix several misspellings of "Mixpanel"
1 parent fa839ab commit 97069d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/mixpanel_flutter/Mixpanel/alias.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ <h1><span class="kind-method">alias</span> method
6464
<section class="desc markdown">
6565
<p>The alias method creates an alias which Mixpanel will use to remap one id to another.
6666
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>
6969
<p>This call does not identify the user after. You must still call both identify() and
7070
People.identify() if you wish the new alias to be used for Events and People.</p>
7171
<ul>

lib/mixpanel_flutter.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ class Mixpanel {
139139
/// The alias method creates an alias which Mixpanel will use to remap one id to another.
140140
/// Multiple aliases can point to the same identifier.
141141
///
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)`
144144
///
145145
/// This call does not identify the user after. You must still call both identify() and
146146
/// People.identify() if you wish the new alias to be used for Events and People.

0 commit comments

Comments
 (0)