diff --git a/src/lib/dialog/dialog.md b/src/lib/dialog/dialog.md index 0d07182bc987..de198325bad3 100644 --- a/src/lib/dialog/dialog.md +++ b/src/lib/dialog/dialog.md @@ -52,7 +52,8 @@ MAT_DIALOG_DEFAULT_OPTIONS in your application's root module. ``` ### Sharing data with the Dialog component. -If you want to share data with your dialog, you can use the `data` option to pass information to the dialog component. +If you want to share data with your dialog, you can use the `data` +option to pass information to the dialog component. ```ts let dialogRef = dialog.open(YourDialog, { @@ -80,11 +81,11 @@ export class YourDialog { ### Dialog content Several directives are available to make it easier to structure your dialog content: -| Name | Description | -|-----------------------|---------------------------------------------------------------------------------------------------------------| +| Name | Description | +|------------------------|---------------------------------------------------------------------------------------------------------------| | `mat-dialog-title` | \[Attr] Dialog title, applied to a heading element (e.g., `