diff --git a/README.md b/README.md index 26626c0..0dc7092 100644 --- a/README.md +++ b/README.md @@ -7196,7 +7196,7 @@ Bonus: extract the last word of each line
-What are the advantages of microoservices architecture over a monolithic architecture?
+What are the advantages of microservices architecture over a monolithic architecture?
* Each of the services individually fail without escalating into an application-wide outage. * Each service can be developed and maintained by a separate team and this team can choose its own tools and coding language