Skip to content

Commit 38f8a9d

Browse files
authored
Fixes for Acrolinx
1 parent 694af52 commit 38f8a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Before you can create your logic app, create a local project so that you can man
341341
> must be **workflowApp**. However, in some scenarios, this app setting might be missing,
342342
> for example, due to automation using Azure Resource Manager templates or other scenarios
343343
> where the setting isn't included. If certain actions don't work, such as the **Execute JavaScript Code**
344-
> action, or if the workflow stops working, check that the **APP_KIND** app setting exists and is set to to **workflowApp**.
344+
> action, or if the workflow stops working, check that the **APP_KIND** app setting exists and is set to **workflowApp**.
345345
> For more information, see the [**APP_KIND** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
346346
347347
<a name="convert-project-nuget"></a>
@@ -793,7 +793,7 @@ To test your logic app workflow, follow these steps to start a debugging session
793793
| **Skipped** | The action was skipped because the immediately preceding action failed. An action has a `runAfter` condition that requires that the preceding action finishes successfully before the current action can run. |
794794
| **Succeeded** | The action succeeded. |
795795
| **Succeeded with retries** | The action succeeded but only after one or more retries. To review the retry history, in the run history details view, select that action so that you can view the inputs and outputs. |
796-
| **Timed out** | The action stopped due to the timeout limit specified by that action's settings. |
796+
| **Timed out** | The action stopped due to the time-out limit specified by that action's settings. |
797797
| **Waiting** | Applies to a webhook action that's waiting for an inbound request from a caller. |
798798

799799
[aborted-icon]: ./media/create-single-tenant-workflows-visual-studio-code/aborted.png

0 commit comments

Comments
 (0)