corrected typos

This commit is contained in:
Chandan Rai
2017-08-31 01:50:33 +05:30
parent f0a1af0c46
commit 08cc50e875
7 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ Layers is an architectural style where software responsibilities are
## Applicability
Use the Layers architecture when
* you want clearly divide software responsibilities into differents parts of the program
* you want clearly divide software responsibilities into different parts of the program
* you want to prevent a change from propagating throughout the application
* you want to make your application more maintainable and testable