From 78bd1a7f3d3ec1c995a9741dd4d7fc271940ab84 Mon Sep 17 00:00:00 2001 From: David Stockton Date: Mon, 7 Sep 2015 13:03:00 -0600 Subject: [PATCH] Grammar fix for PHPBridge mention --- _posts/07-04-01-Interacting-via-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-04-01-Interacting-via-Code.md b/_posts/07-04-01-Interacting-via-Code.md index 15bebe9..78d4f4b 100644 --- a/_posts/07-04-01-Interacting-via-Code.md +++ b/_posts/07-04-01-Interacting-via-Code.md @@ -94,7 +94,7 @@ This is essentially the same as what most modern frameworks are doing, albeit a need to do all of that every time, but mixing together too much presentation logic and database interaction can be a real problem if you ever want to [unit-test](/#unit-testing) your application. -[PHPBridge] have a great resource called [Creating a Data Class] which covers a very similar topic, and is great for +[PHPBridge] has a great resource called [Creating a Data Class] which covers a very similar topic, and is great for developers just getting used to the concept of interacting with databases.