Skip to content

Commit a40158e

Browse files
antuxitycrisbeto
authored andcommitted
docs(cdk/dialog): fix typo (#25075)
spelling 'contaier' -> 'container' (cherry picked from commit 5c6e4bd)
1 parent 7de5f54 commit a40158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/dialog/dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class MyDialog {}
7373

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

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

0 commit comments

Comments
 (0)