From bf48db0e103bbd640dcc95cc757a9033e44b9f75 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Mon, 9 Dec 2024 13:11:21 +0300 Subject: [PATCH] Update running-applications.md --- docs/en/studio/running-applications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/studio/running-applications.md b/docs/en/studio/running-applications.md index b69aae9035..b57d0b788f 100644 --- a/docs/en/studio/running-applications.md +++ b/docs/en/studio/running-applications.md @@ -138,10 +138,10 @@ This command will open a dialog where you can set start actions and start orders ![manage-start-actions](images/solution-runner/manage-start-actions.png) -You can order the applications by dragging the icon in the first columng. In the screenshot below, applications & folders are ordered like this: *Applications under infrastructure* > *Applications under services* > *Applications under gateways* > *AuthServer* > *Angular*. You can also set starting order and other actions for each folder by performing `right click > Manage Start Actions` on them. +You can order the applications by dragging the icon in the first column. In the screenshot above, applications & folders are ordered like this: *Applications under infrastructure* > *Applications under services* > *Applications under gateways* > *AuthServer* > *Angular*. You can also set starting order and other actions for each folder by performing `right click > Manage Start Actions` on them. - **Action**: There are two options: `Start` and `Don't start`. This is usefull if you want to exclude applications from batch start. -- **Build**: This option allows to disable/enable build before starting the application. If you are working on a single application, you can exclude the other applications from build to save time. This option also can be set by performing `right click > properties` on applications. +- **Build**: This option allows to disable/enable build before starting the application. If you are working on a single application, you can exclude the other applications from build to save time. This option can also be set by performing `right click > properties` on applications. - **Watch**: When enabled, changes in your code are watched and dotnet hot-reloads the application or restarts it if needed. This option also can be set by performing `right click > properties` on applications. ## Folder