From 540cf3b51a06ad66f86399ae1f0b6f38ce2246c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Tue, 6 Nov 2012 13:23:36 +0200 Subject: Remove extra 'send'. --- _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 c917980..560fa57 100644 --- a/_posts/2011-01-29-what-is-a-model.md +++ b/_posts/2011-01-29-what-is-a-model.md @@ -165,7 +165,7 @@ Our model definition shall thus look like; ### Creating a new model -If we wish to create a new user on the server then we will instantiate a new UserModel and call `save`. If the `id` attribute of the model is `null`, Backbone.js will send send of POST request to the server to the urlRoot. +If we wish to create a new user on the server then we will instantiate a new UserModel and call `save`. If the `id` attribute of the model is `null`, Backbone.js will send of POST request to the server to the urlRoot. {% highlight javascript %} var UserModel = Backbone.Model.extend({ -- cgit v1.1