Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class SampleModalViewModuleExampleComponent {
fullscreen: false,
};

// showModal returns a promise with the received paramerters from the modal page
// showModal returns a promise with the received parameters from the modal page
return this.modalService.showModal(ModalViewComponent, options);
}
// << returning-result
Expand Down