From 6dd468a9fb61464bd5fb62fe4f76ff8276aec76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B5=D9=84=20=D8=B9=D9=84=D9=89=20=D9=85=D9=86=20=D9=8A?= =?UTF-8?q?=D9=8F=D8=AC=D9=84=D8=B3=D9=87=20=D8=B1=D8=A8=D9=87=20=D8=B9?= =?UTF-8?q?=D9=84=D9=89=20=D8=B9=D8=B1=D8=B4=D9=87=20=D9=85=D8=B9=D9=87=20?= =?UTF-8?q?=D9=8A=D9=88=D9=85=20=D8=A7=D9=84=D9=82=D9=8A=D8=A7=D9=85=D8=A9?= =?UTF-8?q?=2E?= Date: Mon, 1 Dec 2025 06:45:48 +0200 Subject: [PATCH] Update article.md --- 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 904f0a9397..65084ffe22 100644 --- a/1-js/03-code-quality/02-coding-style/article.md +++ b/1-js/03-code-quality/02-coding-style/article.md @@ -112,7 +112,7 @@ There are two types of indents: - **Horizontal indents: 2 or 4 spaces.** - A horizontal indentation is made using either 2 or 4 spaces or the horizontal tab symbol (key `key:Tab`). 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 horizontal tab symbol (key `key:Tab`). Which one to choose is an old war. Spaces are more common nowadays. One advantage of spaces over tabs is that spaces allow more flexible configurations of indents than the tab symbol.