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.
1 parent f6bae17 commit e433f7eCopy full SHA for e433f7e
_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