Skip to content

Commit cc405c9

Browse files
authored
singlas -> signals in Readme
1 parent 392b301 commit cc405c9

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)