Skip to content

Commit

Permalink
Fix intenralModel typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sduquej committed Mar 27, 2017
1 parent 8e600fe commit 90e3de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/relationships/state/relationship.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default class Relationship {

removeInternalModels(internalModels) {
heimdall.increment(removeInternalModels);
internalModels.forEach((intenralModel) => this.removeRecord(intenralModel));
internalModels.forEach((internalModel) => this.removeRecord(internalModel));
}

addInternalModels(internalModels, idx) {
Expand Down

0 comments on commit 90e3de4

Please sign in to comment.