[Imported] Grammar issues in README.md (#482)

* Grammar issues in README.md

"terminates" --> "terminate"
"a new API results" --> "new API results"

* Update README.md

---------

Co-authored-by: CL123123 <clairclair628@gmail.com>
Co-authored-by: Anandha Krishnan S <anandajith@gmail.com>
pull/1079/head
Ido Ophir 2025-04-07 11:29:50 +03:00 committed by GitHub
parent 8f1987fa27
commit a3233bc8fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ Additional benefits include:
<i><a href=http://lethain.com/introduction-to-architecting-systems-for-scale/#platform_layer>Source: Intro to architecting systems for scale</a></i> <i><a href=http://lethain.com/introduction-to-architecting-systems-for-scale/#platform_layer>Source: Intro to architecting systems for scale</a></i>
</p> </p>
Separating out the web layer from the application layer (also known as platform layer) allows you to scale and configure both layers independently. Adding a new API results in adding application servers without necessarily adding additional web servers. The **single responsibility principle** advocates for small and autonomous services that work together. Small teams with small services can plan more aggressively for rapid growth. Separating out the web layer from the application layer (also known as platform layer) allows you to scale and configure both layers independently. Adding new APIs results in adding application servers without necessarily adding additional web servers. The **single responsibility principle** advocates for small and autonomous services that work together. Small teams with small services can plan more aggressively for rapid growth.
Workers in the application layer also help enable [asynchronism](#asynchronism). Workers in the application layer also help enable [asynchronism](#asynchronism).