From 79830edff1852454cdc37d8cc485aea8f9965a0c Mon Sep 17 00:00:00 2001 From: Nathanael Silverman Date: Wed, 19 Mar 2025 13:13:48 -0400 Subject: [PATCH] Fix code typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b6c35..803b62e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ function App() { case "copy": console.log(event, props) break; - case "cut"; + case "cut": console.log(event, props); break; //etc...