From 080c5386149eb214d988ad6f9018088a30c3f31f Mon Sep 17 00:00:00 2001 From: Yi Byeongyong Date: Mon, 27 Jun 2022 16:14:52 +0900 Subject: [PATCH] fix typo (#255) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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