From 970a51c94d067dbd8e5c09e153f0b83387eb2fb2 Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Tue, 15 Oct 2024 14:49:35 +0300 Subject: [PATCH] apply suggestions from PR review --- website/docs/addon_applications_admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/addon_applications_admin.md b/website/docs/addon_applications_admin.md index 74e4f219..2b4a4f90 100644 --- a/website/docs/addon_applications_admin.md +++ b/website/docs/addon_applications_admin.md @@ -44,9 +44,9 @@ Web actions run through **shims**, which are automatically set up when users ins Web actions let you launch applications directly through the AYON web server. You can find these actions in the [details panel](artist_details_panel.md). -The application addon handles the logic for web actions.Currently, there are no specific settings for web actions. +The application addon handles the logic for web actions. Currently, there are no specific settings for web actions. -Web actions are generated from your application's definitions in your production or development bundles, depending on the developer mode setting, and they adhere to your application’s filter settings. +The application web actions are generated from your application's definitions in your production or development bundles, depending on the developer mode setting, and they adhere to your application’s filter settings. ## Applications Addon Settings