Skip to content

Commit

Permalink
Merge pull request #4899 from sduquej/fix-internal-typo
Browse files Browse the repository at this point in the history
Fix internalModel typo
  • Loading branch information
bmac authored Mar 28, 2017
2 parents 1bad70b + 90e3de4 commit d0ea470
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 d0ea470

Please sign in to comment.