Skip to content

Commit 36bafc9

Browse files
committed
Update API doc comment
1 parent 7d68599 commit 36bafc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21964,7 +21964,7 @@ exports[`Components definition for split-panel matches the snapshot: split-panel
2196421964
"type": "string",
2196521965
},
2196621966
{
21967-
"description": "Header of the split panel.",
21967+
"description": "Header text of the split panel.",
2196821968
"name": "header",
2196921969
"optional": false,
2197021970
"type": "string",

src/split-panel/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BaseComponentProps } from '../internal/base-component';
66

77
export interface SplitPanelProps extends BaseComponentProps {
88
/**
9-
* Header of the split panel.
9+
* Header text of the split panel.
1010
*/
1111
header: string;
1212
children: React.ReactNode;

0 commit comments

Comments
 (0)