From b21675ad04405f6a71f4b41755880584b7b1c6b1 Mon Sep 17 00:00:00 2001 From: leeyc0 Date: Tue, 26 May 2020 09:25:38 +0800 Subject: [PATCH] Update article.md --- 1-js/03-code-quality/04-ninja-code/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/04-ninja-code/article.md b/1-js/03-code-quality/04-ninja-code/article.md index 8e2ffc55..635ae287 100644 --- a/1-js/03-code-quality/04-ninja-code/article.md +++ b/1-js/03-code-quality/04-ninja-code/article.md @@ -105,7 +105,7 @@ A quick read of such code becomes impossible. And when there's a typo... Ummm... ## Smart synonyms ```quote author="Laozi (Tao Te Ching)" - he name that can be named is not the eternal name. +The name that can be named is not the eternal name. ``` Using *similar* names for *same* things makes life more interesting and shows your creativity to the public.