Fixed grammar in "Learn how to design large-scale systems"

pull/154/head
GrammarAndShape 2018-04-02 20:53:59 -07:00 committed by GitHub
parent ea262de564
commit a8de790dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.