Skip to content

Commit 16b99c0

Browse files
authored
Merge pull request #6241 from segmentio/housekeeping-fixes
Typo Housekeeping
2 parents bc16fbe + 3ec6d62 commit 16b99c0

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

src/_data/actions/braze-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ actions:
173173
description: Set to true to use the Braze API in "Update Only" mode.
174174
default: false
175175
- action: Track Purchase
176-
blurb: Track Purchase sends Braze a Track Purchase call when the destination recieves any event that matches the specified name.
176+
blurb: Track Purchase sends Braze a Track Purchase call when the destination receives any event that matches the specified name.
177177
fields:
178178
- name: Time
179179
description: The timestamp of when the event occured.

src/_data/actions/braze-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ actions:
221221
description: Set to true to use the Braze API in "Update Only" mode.
222222
default: false
223223
- action: Track Purchase
224-
blurb: Track Purchase sends Braze a Track Purchase call when the destination recieves any event named `Order Completed`.
224+
blurb: Track Purchase sends Braze a Track Purchase call when the destination receives any event named `Order Completed`.
225225
fields:
226226
- name: Time
227227
description: The timestamp of when the event occured.

src/connections/destinations/catalog/braze/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ The `inAppMessages` parameter will be an array of [`appboy.ab.InAppMessage`](htt
353353
// When you get the push token
354354
String receivedToken;
355355

356-
appboyPushToken = recievedToken;
356+
appboyPushToken = receivedToken;
357357
if (appboyInitialized) {
358358
Appboy.getInstance(getContext()).registerAppboyPushMessages(appboyPushToken);
359359
}

src/connections/destinations/catalog/google-analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ To enable user deletion for Google Universal Analytics:
839839
2. Authenticate your Google Universal Analytics account using OAuth.
840840

841841
> info ""
842-
> **NOTE:** Segment supports user deletion for Google Universal Analytics in Universal Analytics and not Classic Analytics. You can send user deletion requests using a `userId` through the Privacy Tool. This means you must have the User-Id feature enabled in your Google Universal Analytics Property within the your Google Universal Analytics dashboard and have Segment sending your Property `userIds` by enabling the setting **Send User-ID to GA**.
842+
> **NOTE:** Segment supports user deletion for Google Universal Analytics in Universal Analytics and not Classic Analytics. You can send user deletion requests using a `userId` through the Privacy Tool. This means you must have the User-Id feature enabled in your Google Universal Analytics Property within your Google Universal Analytics dashboard and have Segment sending your Property `userIds` by enabling the setting **Send User-ID to GA**.
843843
844844

845845

src/connections/destinations/catalog/split/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Each event may have a `value` field which you would like to use in Split metric
9494

9595
If you would not like Split to receive `track` calls, you can configure in your integration settings in Split.
9696

97-
_**NOTE:** Split currently does not capture the properties of the your track events. The Split team is currently working to accept these properties for use in creating metrics in Split._
97+
_**NOTE:** Split currently does not capture the properties of your track events. The Split team is currently working to accept these properties for use in creating metrics in Split._

src/connections/sources/catalog/cloud-apps/engage-events/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ SendGrid powers Engage email delivery. For more information, view [SendGrid's Ev
8787

8888
| Event | Definition |
8989
| ---------------------------- | ----------------------------------------------------- |
90-
| WhatsApp Message Queued | The WhatsApp message creation requested was recieved. |
90+
| WhatsApp Message Queued | The WhatsApp message creation requested was received. |
9191
| WhatsApp Message Accepted | The WhatsApp message creation request was accepted. |
9292
| WhatsApp Message Sending | The WhatsApp message is being sent. |
9393
| WhatsApp Message Sent | The WhatsApp message was successfully sent. |

src/connections/sources/catalog/cloud-apps/freshchat/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you start, make sure that you have admin rights in Freshchat and [Workspa
2020
5. Copy the Write key from the Segment UI to use in Freshchat.
2121
6. Log in to your Freshchat account.
2222
7. In Freshchat, navigate to Admin → Marketplace Apps → Segment Integration.
23-
8. Paste the your Segment write key and click **Authenticate account** to connect.
23+
8. Paste your Segment write key and click **Authenticate account** to connect.
2424
9. After your account is authenticated, select one or more of the following events to send to Segment:
2525
- On Agent Activity Create
2626
- On Conversation Create

src/connections/spec/best-practices-identify.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can see in this full page event, the `anonymousId` is populated, and the `us
9191
"title": "Home Page",
9292
"url": "https://somesite.com"
9393
},
94-
"recievedAt": "2020-04-23T22:38:48.55Z",
94+
"receivedAt": "2020-04-23T22:38:48.55Z",
9595
"sentAt": "2020-04-23T22:38:48.55Z",
9696
"timestamp": "2020-04-23T22:38:48.55Z",
9797
"type": "page",
@@ -144,7 +144,7 @@ You'll notice the Identify call contains no `userId`. These traits will be assoc
144144
"title": "Home Page",
145145
"url": "https://somesite.com"
146146
},
147-
"recievedAt": "2020-04-23T22:38:48.55Z",
147+
"receivedAt": "2020-04-23T22:38:48.55Z",
148148
"sentAt": "2020-04-23T22:38:48.55Z",
149149
"timestamp": "2020-04-23T22:38:48.55Z",
150150
"traits"{
@@ -210,7 +210,7 @@ After you fire the Identify call with the `userId`, you'll notice that the paylo
210210
"title": "Home Page",
211211
"url": "https://somesite.com"
212212
},
213-
"recievedAt": "2020-04-23T22:38:48.55Z",
213+
"receivedAt": "2020-04-23T22:38:48.55Z",
214214
"sentAt": "2020-04-23T22:38:48.55Z",
215215
"timestamp": "2020-04-23T22:38:48.55Z",
216216
"traits"{

src/connections/storage/warehouses/warehouse-syncs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When you disable a source, collection or property, Segment no longer syncs data
7070
> For each warehouse only the first 5,000 collections per source and 5,000 properties per collection are visible in the Selective Sync user interface. [Learn more about the limits](#selective-sync-user-interface-limits).
7171
7272
> warning ""
73-
> Disabling the `recieved_at` column will cause your syncs to fail, as all tables use `receieved_at` as the sort key.
73+
> Disabling the `received_at` column will cause your syncs to fail, as all tables use `receieved_at` as the sort key.
7474
7575
### When to use Selective Sync
7676

src/engage/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ After you build your audience, click **Preview Results** to see the total number
8989

9090
## Step 6: Connect the Audience to a Destination
9191

92-
After you create your test audience, click **Select Destinations**. Engage guides you through configuration steps to set up a destination for your audience. If you don't already have destinations configured for the Engage space, the you are prompted to select one or more. Finally, enter a name for the audience.
92+
After you create your test audience, click **Select Destinations**. Engage guides you through configuration steps to set up a destination for your audience. If you don't already have destinations configured for the Engage space, you are prompted to select one or more. Finally, enter a name for the audience.
9393

9494
The larger the audience you're creating, the longer it takes Engage to successfully compute the Audience. The Audience page shows a status that indicates if the audience is still being calculated. When the total number of users appears in the Audience overview, as in the example screenshot below, the audience has successfully finished computing, and Engage then sends the audience to the destination you selected.
9595

0 commit comments

Comments
 (0)