Skip to content

Commit 6470ef3

Browse files
authored
docs(tabs): fix incorrect file reference (#20142)
The tabs overview was referencing an incorrect file name which caused it to break on the docs site. Fixes #20141.
1 parent 4de3251 commit 6470ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/tabs/tabs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the header, usually through keyboard navigation.
2020
If a tab's label is only text then the simple tab-group API can be used.
2121

2222
<!-- example({"example": "tab-group-basic",
23-
"file": "tab-group-basic.html"}) -->
23+
"file": "tab-group-basic-example.html"}) -->
2424

2525
For more complex labels, add a template with the `mat-tab-label` directive inside the `mat-tab`.
2626

@@ -33,7 +33,7 @@ For more complex labels, add a template with the `mat-tab-label` directive insid
3333
By default, the tab group will not change its height to the height of the currently active tab. To
3434
change this, set the `dynamicHeight` input to true. The tab body will animate its height according
3535
to the height of the active tab.
36-
36+
3737
<!-- example({"example": "tab-group-dynamic-height",
3838
"file": "tab-group-dynamic-height-example.html",
3939
"region": "dynamic-height"}) -->

0 commit comments

Comments
 (0)