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)