Skip to content

Commit ae15164

Browse files
authored
singlas -> signals in Readme (#531)
2 parents 392b301 + cc405c9 commit ae15164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keyed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const mapped = keyArray(source, (model, index) => {
7272
});
7373
```
7474

75-
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.
75+
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.
7676

7777
## `<Key>`
7878

0 commit comments

Comments
 (0)