fix(collections): correct typo

This commit is contained in:
davhojt 2022-05-04 18:27:04 +01:00
parent d2bd65bb78
commit c9a5c7c7d4
No known key found for this signature in database
GPG Key ID: C8C3C515E7AF0D2D
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ superTypeOf(superTypeOf) // -> 'Function'
### Notions
- [typeof](https://devdocs.io/javascript/operators/typeof)
- [Sspread syntax](https://devdocs.io/javascript/operators/spread_syntax)
- [Spread syntax](https://devdocs.io/javascript/operators/spread_syntax)
- [Map](https://devdocs.io/javascript/global_objects/map)
- [Set](https://devdocs.io/javascript/global_objects/set)
- [Object.fromEntries](https://devdocs.io/javascript/global_objects/object/fromentries)