Skip to content

Commit 32a8e7a

Browse files
authored
user -> use
1 parent 84cb453 commit 32a8e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/layered/content.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ \subsection{Disadvantages}
109109
The drawback is that you have to replicate the entire system on another server.
110110
You cannot scale components of the system independently of each other.
111111
If the persistence logic is creating a bottleneck, you have to copy the entire application on to another server to scale the application.
112-
You cannot user servers that are optimised to perform specialised tasks.
112+
You cannot use servers that are optimised to perform specialised tasks.
113113

114114
Persistent state is a particular challenge when scaling a monolith.
115115
If the system is replicated on multiple servers,

0 commit comments

Comments
 (0)