From 6b7803b09f50d238061e94e0cb5c1bcfce3bfbc3 Mon Sep 17 00:00:00 2001 From: BachT Date: Wed, 9 Apr 2025 23:10:56 +0200 Subject: [PATCH] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01c9aa5..02070ae 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ class Writer { async run(data) { const existingGroup = sharedStorage.get('group'); if (!existingGroup) { - cibst newGroup = data['group']; + const newGroup = data['group']; sharedStorage.set('group', newGroup); } }