From 4e89fcba0f67c16076a27d65c94650eab11b18f9 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Tue, 6 Jan 2015 14:07:39 -0500 Subject: [PATCH] class Foo should be FooModel --- _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 251f788..8f21311 100644 --- a/_posts/07-04-01-Interacting-via-Code.md +++ b/_posts/07-04-01-Interacting-via-Code.md @@ -65,7 +65,7 @@ include 'views/foo-list.php'; {% highlight php %}