Skip to content

Commit 2498bb9

Browse files
committed
Vale
1 parent 0b4a2f7 commit 2498bb9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/administration/back_office/configure_product_tour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ month_change: false
88

99
You can configure the product tour scenarios to adapt it to your project needs, covering different onboarding scenarios.
1010

11-
Product tour scenarios are configured using YAML configuration files.
11+
Product tour scenarios are configured with YAML configuration files.
1212
Configuration is SiteAccess-aware, allowing you to create separate onboarding experiences for different back offices in [multisite setups](multisite.md).
1313

1414
For more advanced customization cases that require PHP code, see [Customize product tour](customize_product_tour.md).
@@ -272,7 +272,7 @@ The following example showcases all the built-in block types for a `general` sce
272272

273273
### Example 2: Targeted feature tour with interactive steps
274274

275-
The following example showcases the 3 interaction modes of a `targetable` scenario building an onboarding scenario for the [customizable dashboard](customize_dashboard.md):
275+
The following example showcases the three interaction modes of a `targetable` scenario building an onboarding scenario for the [customizable dashboard](customize_dashboard.md):
276276

277277
```yaml
278278
[[= include_file('code_samples/back_office/product_tour/config/targetable_scenario.yaml') =]]

docs/administration/back_office/customize_product_tour.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ month_change: true
99
You can customize the product tour scenarios with the [`RenderProductTourScenarioEvent`](integrated_help_events.md) event.
1010
This event is dispatched before rendering a product tour scenario and you can use it to:
1111

12-
- Modify tour steps based on user permissions or roles
13-
- Add or remove steps dynamically
14-
- Change block content based on runtime conditions
15-
- Integrate custom data into tour scenarios
12+
- modify tour steps based on user permissions or roles
13+
- add or remove steps dynamically
14+
- change block content based on runtime conditions
15+
- integrate custom data into tour scenarios
1616

1717
With the following example, a custom onboarding scenario is built.
1818
It starts only when the current user has a pending [notification]([[= user_doc =]]/getting_started/notifications/).

0 commit comments

Comments
 (0)