We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cb453 commit 32a8e7aCopy full SHA for 32a8e7a
notes/layered/content.tex
@@ -109,7 +109,7 @@ \subsection{Disadvantages}
109
The drawback is that you have to replicate the entire system on another server.
110
You cannot scale components of the system independently of each other.
111
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.
+You cannot use servers that are optimised to perform specialised tasks.
113
114
Persistent state is a particular challenge when scaling a monolith.
115
If the system is replicated on multiple servers,
0 commit comments