From 1a7af433151bb2c87c99b53e285d89925646bd9e Mon Sep 17 00:00:00 2001 From: Akshat Jawne <69530774+AkshatJawne@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:35:41 -0400 Subject: [PATCH] Update plugins/ui/docs/components/action_menu.md Co-authored-by: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com> --- plugins/ui/docs/components/action_menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/docs/components/action_menu.md b/plugins/ui/docs/components/action_menu.md index d9b5e4f21..2bca32fea 100644 --- a/plugins/ui/docs/components/action_menu.md +++ b/plugins/ui/docs/components/action_menu.md @@ -98,7 +98,7 @@ my_action_menu_basic = ui.action_menu("Cut", "Copy", "Paste", is_quiet=True) ## Disabled State -An action menu can be disabled to prevent user interaction through the `is_disabled` prop. This is useful when the action menu is not currently available, but the button should still be visible. +Through the ' is_disabled ' prop, an action menu can be disabled to prevent user interaction. This is useful when the action menu is currently unavailable, but the button should still be visible. ```python