Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Dec 19, 2024
1 parent d286550 commit b3bf266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class FullDetailsComponent implements OnInit, OnDestroy {
this.router.navigate(this.params['source']);
}
} else {
throw new Error('No previous screen to route too');
throw new Error('No previous screen to route to');
}
} catch (err) {
console.error(err);
Expand Down

0 comments on commit b3bf266

Please sign in to comment.