From cc405c9affa6f82e15e34a90d8c434e7f8fee86b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 21 Oct 2023 11:13:46 +0200 Subject: [PATCH] singlas -> signals in Readme --- packages/keyed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/keyed/README.md b/packages/keyed/README.md index adc94dc78..70270f28b 100644 --- a/packages/keyed/README.md +++ b/packages/keyed/README.md @@ -72,7 +72,7 @@ const mapped = keyArray(source, (model, index) => { }); ``` -Notice that both the value and index arguments are singlas. Items are identified only by keys, it means that the items could be copied, replaced, changed, but as long as the key is the same, `keyArray` will treat it as the same item. +Notice that both the value and index arguments are signals. Items are identified only by keys, it means that the items could be copied, replaced, changed, but as long as the key is the same, `keyArray` will treat it as the same item. ## ``