Fixed typos

This commit is contained in:
Pascal Borreli
2012-12-14 22:50:43 +00:00
parent 49b3a25106
commit 52e44edd64
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ Lithium, etc are starting to adopt. You can use them for your own projects, or c
Ideally you should write PHP code that adheres to one or more of these standards so that other developers can easily
read and work with your code, and applications that implement the components can have consistency even when working with
lots of third-party code. The first few recommendations are designed to be a super-set of the previous recomendation.
lots of third-party code. The first few recommendations are designed to be a super-set of the previous recommendation.
* [Read about PSR-0][psr0]
* [Read about PSR-1][psr1]