From 0c2b365d373cb8548549f7a720df559f3982310d Mon Sep 17 00:00:00 2001 From: Scott Martin <43204121+scottmartin-ln@users.noreply.github.com> Date: Wed, 11 Sep 2019 15:02:16 +0100 Subject: [PATCH] Minor grammar fix "People adore to use things" -> "People adore using things" --- .../04-private-protected-properties-methods/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/09-classes/04-private-protected-properties-methods/article.md b/1-js/09-classes/04-private-protected-properties-methods/article.md index ef0d497a..3102ef27 100644 --- a/1-js/09-classes/04-private-protected-properties-methods/article.md +++ b/1-js/09-classes/04-private-protected-properties-methods/article.md @@ -302,7 +302,7 @@ Supportable For users, when a new version comes out, it may be a total overhaul internally, but still simple to upgrade if the external interface is the same. Hiding complexity -: People adore to use things that are simple. At least from outside. What's inside is a different thing. +: People adore using things that are simple. At least from outside. What's inside is a different thing. Programmers are not an exception.