From 1141033688aacdc895fa7bff7fba34309dc15431 Mon Sep 17 00:00:00 2001 From: Shashank Rajesh Date: Thu, 22 Nov 2018 17:45:31 -0500 Subject: [PATCH] Fixed euphonic error. Changed "an" to "a". P.S: Love your work! Can't believe that its free! --- 1-js/06-advanced-functions/10-bind/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/06-advanced-functions/10-bind/article.md b/1-js/06-advanced-functions/10-bind/article.md index f9369096..fdb07c60 100644 --- a/1-js/06-advanced-functions/10-bind/article.md +++ b/1-js/06-advanced-functions/10-bind/article.md @@ -43,7 +43,7 @@ The task is quite typical -- we want to pass an object method somewhere else (he ## Solution 1: a wrapper -The simplest solution is to use an wrapping function: +The simplest solution is to use a wrapping function: ```js run let user = {