From 32a6571512d78be8a4c9c622963d8018f74a40aa Mon Sep 17 00:00:00 2001 From: Zsolt Tovis Date: Thu, 28 Mar 2024 18:05:47 +0100 Subject: [PATCH] update example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c92b89d..e94ddf7 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Example: const Comp = () => { const onClickEach = (e, next, container) => { console.log('The clicked element:', e.target); - console.log('The container element of target:', container); + console.log('The target container element:', container); next(); };