From ff1427063059ae4bf5f265392779887a16619b16 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 16 Oct 2012 22:17:53 -0300 Subject: [PATCH] Autocorrect fail --- _posts/02-01-01-Code-Style-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/02-01-01-Code-Style-Guide.md b/_posts/02-01-01-Code-Style-Guide.md index c410134..f5a501d 100644 --- a/_posts/02-01-01-Code-Style-Guide.md +++ b/_posts/02-01-01-Code-Style-Guide.md @@ -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 previews recomendation. +lots of third-party code. The first few recommendations are designed to be a super-set of the previous recomendation. * [Read about PSR-0][psr0] * [Read about PSR-1][psr1]