Skip to content

Commit d6c9398

Browse files
authored
docs(material/expansion): fix typo in doc string (#23358)
Fixes a typo in one of the doc strings. Fixes #23339.
1 parent 74339a1 commit d6c9398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/expansion/expansion-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface MatExpansionPanelDefaultOptions {
6363
}
6464

6565
/**
66-
* Injection token that can be used to configure the defalt
66+
* Injection token that can be used to configure the default
6767
* options for the expansion panel component.
6868
*/
6969
export const MAT_EXPANSION_PANEL_DEFAULT_OPTIONS =

0 commit comments

Comments
 (0)