From 18480ab120abc81d01279b2d6b63f8f7b606d235 Mon Sep 17 00:00:00 2001 From: jorgesmash Date: Wed, 19 Jul 2017 23:27:32 -0400 Subject: [PATCH] Typos --- 1-js/03-code-quality/02-coding-style/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/02-coding-style/article.md b/1-js/03-code-quality/02-coding-style/article.md index 6ecc0505..45e5ea58 100644 --- a/1-js/03-code-quality/02-coding-style/article.md +++ b/1-js/03-code-quality/02-coding-style/article.md @@ -92,7 +92,7 @@ There are two types of indents: - **A horizontal indent: 2(4) spaces.** - A horizantal identation is made using either 2 or 4 spaces or the "Tab" symbol. Which one to choose is an old holy war. Spaces are more common nowadays. + A horizontal indentation is made using either 2 or 4 spaces or the "Tab" symbol. Which one to choose is an old holy war. Spaces are more common nowadays. One of advantages of spaces over tabs is that spaces allow more flexible configurations of indents than the "Tab" symbol.