Skip to content

Commit 70e69b9

Browse files
authored
Merge pull request #2591 from kaitoii11/msa-typo
[en] Fix typo
2 parents 1dded8f + 9d0957f commit 70e69b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/microservices-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Traditionally (monolithic approach), the entire app would have to be [scaled](/s
2525

2626
Monolithic architectures also make it easy for developers to succumb to design pitfalls.
2727
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.
28-
Monoliths also often require developers to understand the entire codebase before deploying any chances.
28+
Monoliths also often require developers to understand the entire codebase before deploying any changes.
2929
Microservices architecture is a response to these challenges.
3030

3131

0 commit comments

Comments
 (0)