From 7fb11bd13a7801213f3b10a1550e92d2ebdb222f Mon Sep 17 00:00:00 2001 From: Peter Roche <46547072+paroche@users.noreply.github.com> Date: Thu, 13 Feb 2020 21:49:19 -0700 Subject: [PATCH] Update article.md "get in details" -> "get in to the details" --- 1-js/99-js-misc/03-currying-partials/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/99-js-misc/03-currying-partials/article.md b/1-js/99-js-misc/03-currying-partials/article.md index b195126d..f983c672 100644 --- a/1-js/99-js-misc/03-currying-partials/article.md +++ b/1-js/99-js-misc/03-currying-partials/article.md @@ -111,7 +111,7 @@ So: ## Advanced curry implementation -In case you'd like to get in details, here's the "advanced" curry implementation for multi-argument functions that we could use above. +In case you'd like to get in to the details, here's the "advanced" curry implementation for multi-argument functions that we could use above. It's pretty short: