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 0ccaef9 commit 0b91341Copy full SHA for 0b91341
src/material/dialog/dialog-animations.ts
@@ -21,7 +21,7 @@ import {
21
export const matDialogAnimations: {
22
readonly dialogContainer: AnimationTriggerMetadata;
23
} = {
24
- /** Animation that is applied on the dialog container by defalt. */
+ /** Animation that is applied on the dialog container by default. */
25
dialogContainer: trigger('dialogContainer', [
26
// Note: The `enter` animation transitions to `transform: none`, because for some reason
27
// specifying the transform explicitly, causes IE both to blur the dialog content and
0 commit comments