diff --git a/subjects/collections/README.md b/subjects/collections/README.md index 4b1d3900..0add9850 100644 --- a/subjects/collections/README.md +++ b/subjects/collections/README.md @@ -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)