From c9a5c7c7d4ba6e32a9e5cee0a3e132760ffe7fe2 Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 4 May 2022 18:27:04 +0100 Subject: [PATCH] fix(collections): correct typo --- subjects/collections/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)