diff --git a/sites/scrapy.org/templates/articles/home.html b/sites/scrapy.org/templates/articles/home.html
index f0ea4d3ab..6d255f606 100644
--- a/sites/scrapy.org/templates/articles/home.html
+++ b/sites/scrapy.org/templates/articles/home.html
@@ -19,7 +19,7 @@
Scrapy is being used in production to scrape more than 500 sites daily, all in one server
Distributed
- If you need more processing/bandwith power Scrapy comes bundled with master/slave cluster that lets you scrape with as many machines as you want
+ If you need more processing/bandwith power Scrapy comes bundled with a master/slave cluster that lets you scrape using as many servers as possible
Extensible
Scrapy was designed with extensibility in mind and so it provides several mechanisms to plug new code without having to touch the framework core