Skip to content

Commit

Permalink
Merge pull request #3633 from piotrekbator/patch-2
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
bmac committed Aug 6, 2015
2 parents 7abc7c8 + 1e49461 commit 88ef987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/system/relationships/belongs-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function belongsTo(modelName, options) {
id: 'ds.model.relationship-changing-to-asynchrounous-by-default',
until: '2.0.0'
});
meta.shouldWarnAsycn = false;
meta.shouldWarnAsync = false;
}

return this._internalModel._relationships.get(key).getRecord();
Expand Down

0 comments on commit 88ef987

Please sign in to comment.