Skip to content

Commit e7f145d

Browse files
authored
Add a period to match other public api comments
1 parent 5da676e commit e7f145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tab-group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class MdTabGroup {
6565
/** Snapshot of the height of the tab body wrapper before another tab is activated. */
6666
private _tabBodyWrapperHeight: number = null;
6767

68-
/** Whether the tab group should grow to the size of the active tab */
68+
/** Whether the tab group should grow to the size of the active tab. */
6969
@Input()
7070
get dynamicHeight(): boolean { return this._dynamicHeight; }
7171
set dynamicHeight(value: boolean) { this._dynamicHeight = coerceBooleanProperty(value); }

0 commit comments

Comments
 (0)