From 30a5d128e6c9e3ae22ad533471c450e9c90814f1 Mon Sep 17 00:00:00 2001 From: SilentImp Date: Mon, 16 Dec 2024 14:32:13 +0100 Subject: [PATCH] docs: rename action to command in the example and text, where it makes sense (#1132) Co-authored-by: Anton Nemtsev --- site/src/pages/components/invokers.explainer.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site/src/pages/components/invokers.explainer.mdx b/site/src/pages/components/invokers.explainer.mdx index aef300a7..8fcbafaa 100644 --- a/site/src/pages/components/invokers.explainer.mdx +++ b/site/src/pages/components/invokers.explainer.mdx @@ -142,7 +142,7 @@ interface CommandEvent : Event { readonly attribute DOMString command; }; dictionary CommandEventInit : EventInit { - DOMString action = ""; + DOMString command = ""; Element source; }; ``` @@ -248,7 +248,7 @@ manual event handlers to the Invokers.