From d5db892c3f1ea438591b4a7129145e72235f30eb Mon Sep 17 00:00:00 2001 From: Marcus Nygren Date: Tue, 22 Apr 2014 07:02:15 +0200 Subject: [PATCH] Fixed Usermodel to UserModel For consistency, no biggie. --- _posts/2011-01-29-what-is-a-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2011-01-29-what-is-a-model.md b/_posts/2011-01-29-what-is-a-model.md index d6eac751..d75aed7a 100644 --- a/_posts/2011-01-29-what-is-a-model.md +++ b/_posts/2011-01-29-what-is-a-model.md @@ -175,7 +175,7 @@ If we wish to create a new user on the server then we will instantiate a new Use email: '' } }); - var user = new Usermodel(); + var user = new UserModel(); // Notice that we haven't set an `id` var userDetails = { name: 'Thomas',