1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Merge pull request #4049 from arzkar/issue4044_fix

fix: typo: mor -> more
This commit is contained in:
Arik Chakma
2023-06-20 00:49:50 +06:00
committed by GitHub

View File

@@ -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)