mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 08:39:57 +02:00
Update with minor grammar fixes
This commit is contained in:
@@ -9,6 +9,6 @@ PHP has shared servers to thank for its popularity. It is hard to find a host wi
|
||||
the latest version. Shared servers allow you and other developers to deploy websites to a single machine. The upside to
|
||||
this is that it has become a cheap commodity. The downside is that you never know what kind of a ruckus your
|
||||
neighboring tenants are going to create; loading down the server or opening up security holes are the main concerns. If
|
||||
your project's budget can afford to avoid shared servers you should.
|
||||
your project's budget can afford to avoid shared servers, you should.
|
||||
|
||||
To make sure your shared servers are offering the latest versions of PHP, check out [PHP Versions](http://phpversions.info/shared-hosting/).
|
||||
|
Reference in New Issue
Block a user