@@ -16,15 +16,15 @@ To run a group of actions only after another group of actions succeed or fail, y
1616
1717To check a scope's status, you can use the same criteria
1818that you use to determine a logic apps' run status,
19- such as ** Succeeded** , ** Failed** , ** Cancelled ** , and so on.
19+ such as ** Succeeded** , ** Failed** , ** Canceled ** , and so on.
2020By default, when all the scope's actions succeed,
2121the scope's status is marked as ** Succeeded** .
2222But when any action in the scope fails or is canceled,
2323the scope's status is marked ** Failed** .
2424For limits on scopes, see
25- [ Limits and config ] ( ../logic-apps/logic-apps-limits-and-config.md ) .
25+ Limits and configuration reference ] ( ../logic-apps/logic-apps-limits-and-config.md ) .
2626
27- For example, here is a high-level logic app that uses a scope to
27+ For example, here's a high-level logic app that uses a scope to
2828run specific actions and a condition to check the scope's status.
2929If any actions in the scope fail or end unexpectedly,
3030the scope is marked ** Failed** or ** Aborted** respectively,
@@ -221,7 +221,7 @@ Rename the condition with this description: **If scope failed**
221221 
222222
2232231. In the condition, add these expressions that check whether
224- the scope's status is equal to " Failed" or " Aborted" .
224+ the scope's status is equal to * Failed* or * Aborted* .
225225
226226 1. To add another row, select **Add**.
227227
0 commit comments