Skip to content

Commit ce64f5e

Browse files
authored
docs(material/snack-bar): Fix typo in snackbar jsdoc. (#22322)
1 parent 93d3a92 commit ce64f5e

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)