Skip to content

Commit 2d8d2e6

Browse files
committed
typos
1 parent 3da96fa commit 2d8d2e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/personas/journeys/faq-best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ When you do this, the key used for syncing to destinations will be different fro
3939

4040
### Use Traits for conditions based on historical data
4141

42-
Aside from the entry condition, all Journey step conditions are triggered by future events and existing trait memberships. This means that event-based conditions evaluate events that have occured *after* the Journey is published.
42+
Aside from the entry condition, all Journey step conditions are triggered by future events and existing trait memberships. This means that event-based conditions evaluate events that have occurred *after* the Journey is published.
4343

44-
As a result, if you want to include historical events that may have occured *before* the Journey was published, create conditions based on traits, instead of events.
44+
As a result, if you want to include historical events that may have occurred *before* the Journey was published, create conditions based on traits, instead of events.
4545

4646
For example, to evaluate if a user has ever used a discount code mid-Journey, create and configure a [Computed Trait](/docs/personas/computed-traits/#conditions) to select for `discount_used = true` to use in your Journey.
4747

@@ -52,7 +52,7 @@ Follow these best practices to test your journeys:
5252
- While in the process of configuring a journey, use dev Personas spaces to model that journey without affecting production data.
5353
- Connect a data warehouse to each step of the journey to test for success or failure of that step.
5454
- For early version journeys, scaffold Send to Destination steps without connecting to your production advertising or messaging destinations.
55-
- Verify individual users' progress through the Journey in the Personas Exploror view.
55+
- Verify individual users' progress through the Journey in the Personas Explorer view.
5656

5757
## Frequently asked questions
5858

0 commit comments

Comments
 (0)