Skip to content

Commit e50f642

Browse files
committed
Merge pull request #121 from stefek99/gh-pages
Fixed capitalisation issue.
2 parents 1782c2c + b28f8a0 commit e50f642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2011-01-29-what-is-a-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ If we wish to create a new user on the server then we will instantiate a new Use
175175
email: ''
176176
}
177177
});
178-
var user = new Usermodel();
178+
var user = new UserModel();
179179
// Notice that we haven't set an `id`
180180
var userDetails = {
181181
name: 'Thomas',

0 commit comments

Comments
 (0)