Skip to content

Commit ae58ff5

Browse files
authored
Fix Acrolinx issues
1 parent d999bbc commit ae58ff5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/logic-apps/tutorial-build-schedule-recurring-logic-app-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you learn how to:
2424
> * Add a Bing Maps action that gets the travel time for a route.
2525
> * Add an action that creates a variable, converts the travel time from seconds to minutes, and stores that result in the variable.
2626
> * Add a condition that compares the travel time against a specified limit.
27-
> * Add an action that sends you email if the travel time exceeds the limit.
27+
> * Add an action that sends an email if the travel time exceeds the limit.
2828
2929
When you're done, your workflow looks similar to the following high level example:
3030

@@ -129,9 +129,9 @@ Next, add the Recurrence [trigger](../logic-apps/logic-apps-overview.md#logic-ap
129129

130130
| Property | Value | Description |
131131
|----------|-------|-------------|
132-
| **On these days** | Monday,Tuesday,Wednesday,Thursday,Friday | This setting is available only when you set the **Frequency** to **Week**. |
133-
| **At these hours** | 7,8,9 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the hours of the day. This example runs at the `7`, `8`, and `9`-hour marks. |
134-
| **At these minutes** | 0,15,30,45 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the minutes of the day. This example starts at the zero-hour mark and runs every 15 minutes. |
132+
| **On these days** | Monday, Tuesday, Wednesday, Thursday, Friday | This setting is available only when you set the **Frequency** to **Week**. |
133+
| **At these hours** | 7, 8, 9 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the hours of the day. This example runs at the `7`, `8`, and `9`-hour marks. |
134+
| **At these minutes** | 0, 15, 30, 45 | This setting is available only when you set the **Frequency** to **Week** or **Day**. For this recurrence, select the minutes of the day. This example starts at the zero-hour mark and runs every 15 minutes. |
135135
||||
136136

137137
This trigger fires every weekday, every 15 minutes, starting at 7:00 AM and ending at 9:45 AM. The **Preview** box shows the recurrence schedule. For more information, see [Schedule tasks and workflows](../connectors/connectors-native-recurrence.md) and [Workflow actions and triggers](../logic-apps/logic-apps-workflow-actions-triggers.md#recurrence-trigger).

0 commit comments

Comments
 (0)