Skip to content

Commit 1f5b0a8

Browse files
authored
docs: fix missing space in mdc-dialog readme (#20542)
Fixes a missing space in the MDC dialog readme.
1 parent 8b1c7f2 commit 1f5b0a8

File tree

1 file changed

+1
-1
lines changed
  • src/material-experimental/mdc-dialog

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-dialog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ you have custom content within the dialog that is not wrapped with `matDialogCon
6161

6262
We provide a backwards compatibility mixin that re-adds the outer padding. The use of this mixin
6363
is generally not recommended as it results in inefficient CSS for the dialog because padding from
64-
the content elements would need to be off set (to not have stacked padding).Ideally, if you have
64+
the content elements would need to be off set (to not have stacked padding). Ideally, if you have
6565
custom content outside of the provided dialog sections, add the necessary padding to the element
6666
directly through CSS, or move them into one of the defined sections the Angular Material dialog
6767
provides.

0 commit comments

Comments
 (0)