From 10d239618728ddb8fcf4ffa15d4d2399e636f21e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 8 Apr 2024 10:29:54 -0400 Subject: [PATCH] Fix typo in invokeaction --- scroll-marker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scroll-marker/README.md b/scroll-marker/README.md index f02685e..f150585 100644 --- a/scroll-marker/README.md +++ b/scroll-marker/README.md @@ -37,7 +37,7 @@ The second wraps up the requirements into a new invoker-like target. #### Invoker action and focusgroup invoke action -We add a new built-in `invoke-action` (see [invokers](https://open-ui.org/components/invokers.explainer/)) `scrollTo`. When invoked, the `invokeTarget` will be scrolled to within its ancestor scrolling container. E.g. +We add a new built-in `invokeaction` (see [invokers](https://open-ui.org/components/invokers.explainer/)) `scrollTo`. When invoked, the `invokeTarget` will be scrolled to within its ancestor scrolling container. E.g. ```html