We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3a92 commit ce64f5eCopy full SHA for ce64f5e
src/material/snack-bar/snack-bar.ts
@@ -60,7 +60,7 @@ export class MatSnackBar implements OnDestroy {
60
/** The container component that attaches the provided template or component. */
61
protected snackBarContainerComponent: Type<_SnackBarContainer> = MatSnackBarContainer;
62
63
- /** The CSS class to applie for handset mode. */
+ /** The CSS class to apply for handset mode. */
64
protected handsetCssClass = 'mat-snack-bar-handset';
65
66
/** Reference to the currently opened snackbar at *any* level. */
0 commit comments