Skip to content

Commit

Permalink
Merge pull request #5379 from emberjs/sly7-7-patch-2
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
pangratz authored Mar 15, 2018
2 parents bae8df9 + 207a534 commit a9c2793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ Store = Service.extend({
for (let i = 0; i < totalItems; i++) {
let internalModel = internalModels[i];
// We may have unloaded the record after scheduling this fetch, in which
// case we must cancel the destory. This is because we require a record
// case we must cancel the destroy. This is because we require a record
// to build a snapshot. This is not fundamental: this cancelation code
// can be removed when snapshots can be created for internal models that
// have no records.
Expand Down

0 comments on commit a9c2793

Please sign in to comment.