From 7a3652e5c83e56c35010a74f1c86476cbe527e89 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 23 Dec 2014 11:04:21 -0500 Subject: [PATCH] Use albeit --- _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 0c2107d..251f788 100644 --- a/_posts/07-04-01-Interacting-via-Code.md +++ b/_posts/07-04-01-Interacting-via-Code.md @@ -88,7 +88,7 @@ class Foo() {% endhighlight %} -This is essentially the same as what most modern frameworks are doing, all be it a little more manual. You might not +This is essentially the same as what most modern frameworks are doing, albeit a little more manual. You might not 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.