From a92bda38f46873b85c5989fdc52b7f62bc9c7b3d Mon Sep 17 00:00:00 2001 From: Muhammad Kamal Fergany Date: Wed, 8 Feb 2023 17:58:18 +0200 Subject: [PATCH] Fix a typo in 103-load-balancer.md (#3414) --- .../devops/content/104-setting-up-x/103-load-balancer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/roadmaps/devops/content/104-setting-up-x/103-load-balancer.md b/src/roadmaps/devops/content/104-setting-up-x/103-load-balancer.md index 6a7ffd94f..d5f701916 100644 --- a/src/roadmaps/devops/content/104-setting-up-x/103-load-balancer.md +++ b/src/roadmaps/devops/content/104-setting-up-x/103-load-balancer.md @@ -1,8 +1,8 @@ # Load Balancer -Load Balancer acts as the **traffic cop** sitting in front of your servers and routing client requests across all servers capable of fulfilling those requests in a manner that maximizes speed and capacity utilization and ensures that no one server is overworked. If a one of the servers goes down, the load balancer redirects traffic to the remaining online servers. +Load Balancer acts as the **traffic cop** sitting in front of your servers and routing client requests across all servers capable of fulfilling those requests in a manner that maximizes speed and capacity utilization and ensures that no one server is overworked. If one of the servers goes down, the load balancer redirects traffic to the remaining online servers. Visit the following resources to learn more: - [What is Load Balancing?](https://www.nginx.com/resources/glossary/load-balancing/) -- [Load Balancing concepts and algorithms](https://www.cloudflare.com/en-gb/learning/performance/what-is-load-balancing/) \ No newline at end of file +- [Load Balancing concepts and algorithms](https://www.cloudflare.com/en-gb/learning/performance/what-is-load-balancing/)