Skip to content

Commit 2e73d89

Browse files
committed
fix(select-modal): typo
1 parent 64a4ffe commit 2e73d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/select-modal/select-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class SelectModal implements ComponentInterface {
7878
const el = this.el;
7979
return {
8080
'in-modal-default': hostContext('ion-modal.modal-default', el),
81-
'in-modalsheet': hostContext('ion-modal.modal-sheet', el),
81+
'in-modal-sheet': hostContext('ion-modal.modal-sheet', el),
8282
};
8383
}
8484

0 commit comments

Comments
 (0)