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.