We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c96fd2 + e433f7e commit 245a245Copy full SHA for 245a245
_posts/2011-01-29-what-is-a-model.md
@@ -37,7 +37,7 @@ Now we want to pass some parameters when we create an instance of our model.
37
});
38
39
var person = new Person({ name: "Thomas", age: 67});
40
- // or we can set afterwards, these operations are equivelent
+ // or we can set afterwards, these operations are equivalent
41
var person = new Person();
42
person.set({ name: "Thomas", age: 67});
43
0 commit comments