From c21e464118e0e6f3a092f8c26cbf2a60c2e821fc Mon Sep 17 00:00:00 2001 From: David Lim Date: Tue, 9 Jun 2015 12:26:46 -0700 Subject: [PATCH] Added missing word Added a missing word to the description about The Grumpy Programmer's Guide To Building Testable PHP Applications --- _posts/16-10-01-Books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/16-10-01-Books.md b/_posts/16-10-01-Books.md index dcc4100..6ad76a6 100644 --- a/_posts/16-10-01-Books.md +++ b/_posts/16-10-01-Books.md @@ -30,4 +30,4 @@ security terms and provides some examples of them in every day PHP * [Signaling PHP]( https://leanpub.com/signalingphp) - PCNLT signals are a great help when writing PHP scripts that run from the command line. * [The Grumpy Programmer's Guide To Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - Learning -to write testable doesn't have to suck \ No newline at end of file +to write testable code doesn't have to suck