Skip to content

Commit 245a245

Browse files
committed
Merge pull request #134 from NelsonScott/patch-1
Fix typo 'equivelent'
2 parents 5c96fd2 + e433f7e commit 245a245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now we want to pass some parameters when we create an instance of our model.
3737
});
3838

3939
var person = new Person({ name: "Thomas", age: 67});
40-
// or we can set afterwards, these operations are equivelent
40+
// or we can set afterwards, these operations are equivalent
4141
var person = new Person();
4242
person.set({ name: "Thomas", age: 67});
4343

0 commit comments

Comments
 (0)