You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,7 @@ Before you can create your logic app, create a local project so that you can man
341
341
> must be **workflowApp**. However, in some scenarios, this app setting might be missing,
342
342
> for example, due to automation using Azure Resource Manager templates or other scenarios
343
343
> 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**.
345
345
> For more information, see the [**APP_KIND** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
346
346
347
347
<aname="convert-project-nuget"></a>
@@ -793,7 +793,7 @@ To test your logic app workflow, follow these steps to start a debugging session
793
793
|**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. |
794
794
|**Succeeded**| The action succeeded. |
795
795
|**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. |
797
797
|**Waiting**| Applies to a webhook action that's waiting for an inbound request from a caller. |
0 commit comments