Update with minor grammar fixes

This commit is contained in:
Myo T Kyaw
2016-09-16 18:40:43 -07:00
parent 5118537e23
commit 14e80864d5
14 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ In October 2014 the PHP-FIG deprecated the previous autoloading standard: [PSR-0
many PHP 5.2-only projects currently implement PSR-0. Luckily those PHP 5.2-only projects are starting to up their
version requirements, meaning PSR-0 is being used less and less.
If you're going to use an autoloader standard for a new application or package then you almost certainly want
If you're going to use an autoloader standard for a new application or package, then you almost certainly want
to look into PSR-4.
* [Read about Namespaces][namespaces]