Skip to content

Commit d8b31e9

Browse files
committed
docs(material/snack-bar): Fix typo in snackbar jsdoc.
1 parent ad24865 commit d8b31e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/snack-bar/snack-bar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class MatSnackBar implements OnDestroy {
6060
/** The container component that attaches the provided template or component. */
6161
protected snackBarContainerComponent: Type<_SnackBarContainer> = MatSnackBarContainer;
6262

63-
/** The CSS class to applie for handset mode. */
63+
/** The CSS class to apply for handset mode. */
6464
protected handsetCssClass = 'mat-snack-bar-handset';
6565

6666
/** Reference to the currently opened snackbar at *any* level. */

0 commit comments

Comments
 (0)