From 03b1c1368a6b95d2712577fcd92ecdf484d60df2 Mon Sep 17 00:00:00 2001 From: Dan Skrypnik Date: Sat, 27 Aug 2022 19:27:50 +0300 Subject: [PATCH] sunstituion -> substituion --- content/en/2-7-Closure.md | 2 +- content/ru/2-7-Closure.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/2-7-Closure.md b/content/en/2-7-Closure.md index d46cffe..a36c9ae 100644 --- a/content/en/2-7-Closure.md +++ b/content/en/2-7-Closure.md @@ -49,7 +49,7 @@ const res = add(5)(2)(3)(7); console.log(res); ``` -> Abstraction (class sunstitution) +> Abstraction (class substitution) ```js const COLORS = { diff --git a/content/ru/2-7-Closure.md b/content/ru/2-7-Closure.md index 822717f..aefc757 100644 --- a/content/ru/2-7-Closure.md +++ b/content/ru/2-7-Closure.md @@ -49,7 +49,7 @@ const res = add(5)(2)(3)(7); console.log(res); ``` -> Abstraction (class sunstitution) +> Abstraction (class substitution) ```js const COLORS = {