From d7eea92b4ea6f9c6048a49c042ce950ca53b4552 Mon Sep 17 00:00:00 2001 From: "Majid H.Fard" Date: Wed, 20 Sep 2017 14:53:43 +0430 Subject: [PATCH] Update article.md --- 1-js/06-advanced-functions/01-recursion/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/06-advanced-functions/01-recursion/article.md b/1-js/06-advanced-functions/01-recursion/article.md index 6995cdc4..1dedd228 100644 --- a/1-js/06-advanced-functions/01-recursion/article.md +++ b/1-js/06-advanced-functions/01-recursion/article.md @@ -289,7 +289,7 @@ Recursion can give a shorter code, easier to understand and support. Optimizatio Another great application of the recursion is a recursive traversal. -Imagine, we have an company. The staff structure can be presented as an object: +Imagine, we have a company. The staff structure can be presented as an object: ```js let company = {