diff --git a/categories/software-development/rules-to-better-architecture-and-code-review.md b/categories/software-development/rules-to-better-architecture-and-code-review.md index 4b20a301f30..967b187e752 100644 --- a/categories/software-development/rules-to-better-architecture-and-code-review.md +++ b/categories/software-development/rules-to-better-architecture-and-code-review.md @@ -58,4 +58,4 @@ For any project that is critical to the business, it’s important to do ‘Mode Follow these steps to achieve a 'Modern Architecture Review'. See how performing an architecture review on a big project, no longer needs to be daunting. Read about the 1st steps, then check to see if you’re following SOLID principles, then drill in and find patterns and anti-patterns. Use Visual Studio to help the process with architecture tools, code smell tools, and the great Visual Studio Code Review tools. -These steps enable you to attend to the code that needs the most attention. Finally, create PBI's to make sure they get fixed in the next sprint. +These steps enable you to attend to the code that needs the most attention. Finally, create PBI's to make sure they get fixed in the next Sprint.