Skip to content

Commit

Permalink
Merge pull request #2591 from kaitoii11/msa-typo
Browse files Browse the repository at this point in the history
[en] Fix typo
  • Loading branch information
seokho-son authored Nov 14, 2023
2 parents 1dded8f + 9d0957f commit 70e69b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/microservices-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Traditionally (monolithic approach), the entire app would have to be [scaled](/s

Monolithic architectures also make it easy for developers to succumb to design pitfalls.
Because all the code is in one place, it is easier to make that code [tightly coupled](/tightly-coupled-architectures/) and harder to enforce the principle of separation of concerns.
Monoliths also often require developers to understand the entire codebase before deploying any chances.
Monoliths also often require developers to understand the entire codebase before deploying any changes.
Microservices architecture is a response to these challenges.


Expand Down

0 comments on commit 70e69b9

Please sign in to comment.