Skip to content

Commit 37b6873

Browse files
authored
Merge pull request #4560 from jtbg/develop
correct minor spelling errors in Android docs
2 parents 581bb54 + 2c786ad commit 37b6873

File tree

1 file changed

+3
-3
lines changed
  • src/connections/sources/catalog/libraries/mobile/android

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/mobile/android/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The queue behavior might differ for Device-mode destinations. For example, Mixpa
3838

3939
This is why even if you see events in the debugger, the Device-mode destination may not show them on their dashboards yet because they might still be in their mobile SDK's queue. The opposite may also happen: the Device-mode destination SDK might send events to its servers before Segment sends its queue, so events could show up in the destination's dashboard before they appear in the Segment debugger.
4040

41-
### Queue persistance in Analytics-Android
41+
### Queue persistence in Analytics-Android
4242

4343
Analytics-Android uses a persistent disk queue, so the events persist even when the app is killed. On app restart, the library reads them from disk and uploads the events. The queue works on top of [Tape](http://square.github.io/tape/), which is designed to even survive process and system crashes.
4444

@@ -501,7 +501,7 @@ Find more details about the Group method, including the Group call payload, in t
501501

502502
Alias is how you associate one identity with another. This is an advanced method, but it is required to manage user identities successfully in *some* Segment destinations, such as Mixpanel or Kissmetrics.
503503

504-
[Mixpanel](/docs/connections/destinations/catalog/mixpanel/#alias) used the Alais call to associate an anonymous user with an identified user once they sign up. For [Kissmetrics](/docs/connections/destinations/catalog/kissmetrics/#alias), if your user switches IDs, you can use 'alias' to rename the 'userId'.
504+
[Mixpanel](/docs/connections/destinations/catalog/mixpanel/#alias) used the Alias call to associate an anonymous user with an identified user once they sign up. For [Kissmetrics](/docs/connections/destinations/catalog/kissmetrics/#alias), if your user switches IDs, you can use 'alias' to rename the 'userId'.
505505

506506
Example `alias` call:
507507

@@ -534,7 +534,7 @@ The `alias` call has the following fields:
534534
</tr>
535535
</table>
536536

537-
For more details about `alias`, including the **`alias` call payload**, check out [the Segment Alais call spec](/docs/connections/spec/alias/).
537+
For more details about `alias`, including the **`alias` call payload**, check out [the Segment Alias call spec](/docs/connections/spec/alias/).
538538

539539
Note that the `previousId` is the value passed in as the `userId`, which Segment cached after you made an `identify` call. Segment passes that value as the `previousId` when you call `alias` and pass in a `newId`. If you have not called `identify`, the `previousId` is set to the `anonymousId`.
540540

0 commit comments

Comments
 (0)