From daa1233680a34ec2978985ced75bdbc979c58e44 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Date: Mon, 9 Mar 2026 03:28:31 +0800 Subject: [PATCH] Fix grammar in Motivation section (#1203) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c9a79..37144ab 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Learning how to design scalable systems will help you become a better engineer. -System design is a broad topic. There is a **vast amount of resources scattered throughout the web** on system design principles. +System design is a broad topic. There are a **vast number of resources scattered throughout the web** on system design principles. This repo is an **organized collection** of resources to help you learn how to build systems at scale.