Skip to content

Commit

Permalink
Fixed typos destory -> destroy. #36
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokiterashima committed Apr 5, 2021
1 parent 0a0b7f5 commit 22f3232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class EditComponentJsonComponent {
});
}

ngOnDestory() {
ngOnDestroy() {
this.jsonChangedSubscription.unsubscribe();
this.nodeChangedSubscription.unsubscribe();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class ProjectAssetAuthoringController {
}
}

$onDestory() {
$onDestroy() {
this.getProjectAssetsSubscription.unsubscribe();
this.getTotalFileSizeSubscription.unsubscribe();
this.getTotalUnusedFileSizeSubscription.unsubscribe();
Expand Down

0 comments on commit 22f3232

Please sign in to comment.