Skip to content

Commit 0b91341

Browse files
Oleksii Potiekhinwagnermaciel
authored andcommitted
docs(material/dialog): fix typo in animation description (#20886)
Fixes a typo in the description of dialog container animations file. (cherry picked from commit ec252f8)
1 parent 0ccaef9 commit 0b91341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/dialog/dialog-animations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
export const matDialogAnimations: {
2222
readonly dialogContainer: AnimationTriggerMetadata;
2323
} = {
24-
/** Animation that is applied on the dialog container by defalt. */
24+
/** Animation that is applied on the dialog container by default. */
2525
dialogContainer: trigger('dialogContainer', [
2626
// Note: The `enter` animation transitions to `transform: none`, because for some reason
2727
// specifying the transform explicitly, causes IE both to blur the dialog content and

0 commit comments

Comments
 (0)