Skip to content

Commit 24b69c3

Browse files
committed
Fix some typos
1 parent 06a3b6f commit 24b69c3

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

src/engage/campaigns/mobile-push/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This page walks you through the process of setting up mobile push notifications
1010
1111
## Overview
1212

13-
You'll set up mobile push in four steps:
13+
You'll set up mobile push in four stages:
1414

1515
1. [Set up analytics for mobile push](#1-set-up-analytics-for-mobile-push).
1616
2. [Add the Engage SDK plugin](#2-add-the-engage-sdk-plugin).
@@ -124,9 +124,7 @@ You can add the Engage SDK plugin using either Xcode or `Package.swift`.
124124
analytics.add(plugin: engage)
125125
```
126126
127-
3. Add or modify methods to `AppDelegate`:
128-
129-
To start receiving and handling mobile push notifications, add or modify the following methods in your `AppDelegate`:
127+
3. To start receiving and handling mobile push notifications, add or modify the following methods in your `AppDelegate`:
130128
131129
```swift
132130
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
@@ -249,7 +247,7 @@ With your server key copied, finish steps 5 and 6 in the Twilio documentation.
249247
> success ""
250248
> If you've already configured SMS services for Twilio Engage, you can skip this step.
251249
252-
Follow these steps to set up mobile push in Twilio Engage and complete mobile onboarding:
250+
Follow these steps to set up mobile push in Twilio Engage and complete mobile push onboarding:
253251
254252
1. Follow the steps in the [Create and configure Twilio SMS services documentation](/docs/engage/onboarding/#stage-3-create-and-configure-twilio-sms-services).
255253
2. Return to your Segment workspace and navigate to **Engage > Engage settings**.

src/engage/campaigns/mobile-push/push-campaigns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Some knowledge of the Journeys product will benefit you as you read through this
99

1010
## How Engage campaigns work
1111

12-
Twilio Engage uses Journeys to campaigns. With Journeys, you add conditions and steps that trigger actions like sending an email, an SMS, or a mobile push.
12+
Twilio Engage uses Journeys to send campaigns. With Journeys, you add conditions and steps that trigger actions like sending an email, an SMS, or a mobile push.
1313

1414
You’ll build and then send your campaign in three stages:
1515

@@ -23,7 +23,7 @@ Because Engage campaigns exist within Journeys, begin by creating a journey:
2323

2424
1. In Engage, select **Journeys**, then click **New Journey**.
2525
2. Name your journey and select its entry settings.
26-
3. Click **Build Journey** to create the Journey.
26+
3. Click **Build Journey** to create the journey.
2727

2828
### Add a Journey condition
2929

@@ -63,4 +63,4 @@ Follow these steps to test your mobile push:
6363
- You can add recipients using an email address or user ID.
6464
3. Click **Send test push**.
6565

66-
Segment verifies that the the profile you're sending a test to has push tokens enabled, then sends the test. If the test push doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.
66+
Segment verifies that the profile you're sending a test to has push tokens enabled, then sends the test. If the test push doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.

src/engage/content/mobile-push.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ Follow these steps to test your mobile push:
4949
1. Choose a template to test:
5050
- For new templates, select **Test** once you've finished building a template.
5151
- For existing templates, navigate to **Engage > Content > Push**, select the template you want to test, then click **Test**.
52+
- Mobile push templates have a content size limit of 4KB.
5253
2. Choose a messaging service and add a recipient.
5354
- You can add recipients using an email address or user ID.
5455
3. Click **Send test push**.
5556

56-
Segment verifies that the the profile you're sending a test to has push tokens enabled, then sends the test. If the test mobile push doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.
57+
Segment verifies that the profile you're sending a test to has push tokens enabled, then sends the test. If the test mobile push doesn't work as expected, confirm that the profile you're sending to has enabled push tokens.
5758

5859
## Personalize with merge tags
5960

0 commit comments

Comments
 (0)