Skip to content

Commit fac11b4

Browse files
12wrigjammalerba
authored andcommitted
docs(material/snack-bar): Fix typo in snackbar jsdoc. (#22322)
(cherry picked from commit ce64f5e)
1 parent 9aa3a26 commit fac11b4

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)