Skip to content

Commit 9d0957f

Browse files
committed
fix typo
Signed-off-by: Kaito Ii <[email protected]>
1 parent 5b94b39 commit 9d0957f

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)