Skip to content

Commit

Permalink
docs(cdk/dialog): fix typo (#25075)
Browse files Browse the repository at this point in the history
spelling 'contaier' -> 'container'

(cherry picked from commit 5c6e4bd)
  • Loading branch information
antuxity authored and crisbeto committed Jun 15, 2022
1 parent 7de5f54 commit a40158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/dialog/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MyDialog {}

<!-- example(cdk-dialog-styling) -->

#### Providing a custom dialog contaier
#### Providing a custom dialog container
If you want more control over the dialog's behavior and styling, you can provide your own dialog
container component using the `container` option in `DialogConfig`. This approach requires more
code up-front, but it allows you to customize the DOM structure and behavior of the container
Expand Down

0 comments on commit a40158e

Please sign in to comment.