From 00a98be208da02a29052e08a492fdbc6ee23e185 Mon Sep 17 00:00:00 2001 From: Rico Date: Tue, 17 Oct 2023 09:32:32 +0200 Subject: [PATCH] Update component object (#40) Tiny typo. There was a verb missing. --- nodes/component-utilities/component-object/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/component-utilities/component-object/README.md b/nodes/component-utilities/component-object/README.md index 47b20b1..fe69c7a 100644 --- a/nodes/component-utilities/component-object/README.md +++ b/nodes/component-utilities/component-object/README.md @@ -8,7 +8,7 @@ title: Component Object node # Component Object -This node a shared set of properties that can be accessed from a component as well as from any child components. It can be used to implement things such as radio groups, tabs, accordion lists and other visual elements that need to coordinate. It is also a useful general tool for any kind communication between a set of components. +This node is a shared set of properties that can be accessed from a component as well as from any child components. It can be used to implement things such as radio groups, tabs, accordion lists and other visual elements that need to coordinate. It is also a useful general tool for any kind communication between a set of components.