From 3b7a9ca5cd76e6baf1e19c854803f07497a86f24 Mon Sep 17 00:00:00 2001 From: Arbaaz Laskar Date: Wed, 14 Jun 2023 00:06:37 +0530 Subject: [PATCH] fix: typo: mor -> more --- .../100-clean-code-principles/103-indentation-and-code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md b/src/data/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md index 42c30cf35..5e07ceab5 100644 --- a/src/data/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md +++ b/src/data/roadmaps/software-design-architecture/content/100-clean-code-principles/103-indentation-and-code-style.md @@ -4,6 +4,6 @@ Indentation is the practice of using whitespace to visually group related lines Having a consistent indentation and code style can help to make the code more readable and understandable, which can improve the maintainability of the system. -Learn mor from the following links: +Learn more from the following links: - [Clean Code – Formatting](https://www.baeldung.com/cs/clean-code-formatting)