From a8de790dd5bcfbf455c50f1a97afa76e9c606c36 Mon Sep 17 00:00:00 2001 From: GrammarAndShape <37989185+GrammarAndShape@users.noreply.github.com> Date: Mon, 2 Apr 2018 20:53:59 -0700 Subject: [PATCH] Fixed grammar in "Learn how to design large-scale systems" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b4673bb..f5423983 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ ### Learn how to design large-scale systems -Learning how to design scalable systems will help you become a better engineer. +Being able 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 and there are a **vast amount 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.